We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2b402 commit 1b89d25Copy full SHA for 1b89d25
.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