Skip to content

Commit

Permalink
ci: upgrade actions/upload-artifact to v3 (node 16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarthus committed Mar 30, 2023
1 parent f06515e commit faee1ec
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 @@ -64,7 +64,7 @@ jobs:
- name: Appraisal RSpec
run: |
bundle exec appraisal rspec --force-color
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: rspec-coverage
path: ./coverage

0 comments on commit faee1ec

Please sign in to comment.