Skip to content

Commit

Permalink
update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Sep 6, 2024
1 parent d30d552 commit 1eae63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
id: run_tests
run: bundle exec rspec spec/features

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always() && steps.run_tests.outcome == 'failure'
with:
name: rspec_failed_screenshots
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
id: run_tests
run: bundle exec rspec spec/system

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always() && steps.run_tests.outcome == 'failure'
with:
name: rspec_failed_screenshots
Expand Down

0 comments on commit 1eae63c

Please sign in to comment.