Skip to content

Commit

Permalink
Update GitHub upload-artifact to v4
Browse files Browse the repository at this point in the history
v1 is deprecated and causes tests to fail
  • Loading branch information
davispuh committed Oct 17, 2024
1 parent 756d123 commit 566162b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run vulnerabilities check
run: bundle exec rake audit
- name: Upload simplecov results for coverage
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage/
Expand All @@ -61,4 +61,4 @@ jobs:
workingDirectory: ${{github.workspace}}
debug: true
coverageLocations: |
${{github.workspace}}/coverage/coverage.json:simplecov
${{github.workspace}}/coverage/coverage.json:simplecov

0 comments on commit 566162b

Please sign in to comment.