Skip to content

Commit

Permalink
Update upload-artifact action
Browse files Browse the repository at this point in the history
v3 is deprecated.
  • Loading branch information
surminus committed Jan 31, 2025
1 parent 6010b47 commit 35b0358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
mkdir junit
bundle exec parallel_rspec --prefix-output-with-test-env-number --first-is-1 -- spec/${{ matrix.type }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: |
junit/
Expand Down

0 comments on commit 35b0358

Please sign in to comment.