Skip to content

Commit

Permalink
🤖 Update upload-artifact and download-artifact
Browse files Browse the repository at this point in the history
CI was getting errors because the versions we were previously using were
deprecated.  This commit updates the actions to the latest versions.
  • Loading branch information
kirkkwang committed Sep 17, 2024
1 parent b511db6 commit e58227a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: bundle exec rake spec

- name: Upload coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.0
with:
name: coverage-report-${{ matrix.ruby }}
path: coverage
Expand Down

0 comments on commit e58227a

Please sign in to comment.