Skip to content

Commit c4d9aa9

Browse files
committed
Update GH actions versions
1 parent a779aa7 commit c4d9aa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_6.1.gemfile
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Archive coverage
2727
if: success()
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: gem-pkg
3131
path: pkg/*.gem
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
ruby-version: '3.2'
4747

48-
- uses: actions/download-artifact@v3
48+
- uses: actions/download-artifact@v4
4949
with:
5050
name: gem-pkg
5151
path: pkg/

0 commit comments

Comments
 (0)