Skip to content

Commit

Permalink
ci: fix upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Nov 19, 2024
1 parent f17a732 commit d6630cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
token: ${{secrets.CODECOV_TOKEN}}
- name: Archive code coverage results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: cobertura.xml

0 comments on commit d6630cb

Please sign in to comment.