Skip to content

Commit

Permalink
Fix coverage artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Dec 28, 2024
1 parent f15c414 commit 2c674ce
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 @@ -72,7 +72,7 @@ jobs:
run: bundle exec rspec

- name: Upload test coverage folder for later reporting
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-reports
path: ${{github.workspace}}/coverage-*/coverage.json
Expand Down

0 comments on commit 2c674ce

Please sign in to comment.