Skip to content

Commit

Permalink
fix: bump to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
moustachu committed Sep 12, 2024
1 parent 785584e commit 17e6b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- run: bundle exec rspec
name: RSpec
- uses: codecov/codecov-action@v1
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: screenshots
Expand Down

0 comments on commit 17e6b45

Please sign in to comment.