Skip to content

Commit

Permalink
Update GH actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patch0 committed Jul 4, 2024
1 parent a779aa7 commit c4d9aa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_6.1.gemfile
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Archive coverage
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gem-pkg
path: pkg/*.gem
Expand All @@ -45,7 +45,7 @@ jobs:
with:
ruby-version: '3.2'

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: gem-pkg
path: pkg/
Expand Down

0 comments on commit c4d9aa9

Please sign in to comment.