We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 289dc8d + a53666f commit d5a200bCopy full SHA for d5a200b
.github/workflows/coverage.yml
@@ -55,7 +55,7 @@ jobs:
55
56
# Upload to Codecov.io
57
- name: Upload to Codecov.io
58
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
59
with:
60
token: ${{ secrets.CODECOV_TOKEN }}
61
file: ${{ steps.coverage.outputs.report }}
0 commit comments