Skip to content

Commit

Permalink
hopefully fix code coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
devinvs authored Sep 16, 2024
1 parent 981fdc7 commit 51b2c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
version: '0.15.0'
args: '-- --test-threads 1'
- name: Archive code coverage results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: cobertura.xml
Expand Down

0 comments on commit 51b2c79

Please sign in to comment.