We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e903c commit e7f4c81Copy full SHA for e7f4c81
.github/workflows/ci.yml
@@ -335,7 +335,7 @@ jobs:
335
- id: codecov
336
name: Upload coverage report to Codecov
337
if: steps.test-files-check.outputs.files_exists == 'true'
338
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.0.2
339
env:
340
GITHUB_JOB: ${{ github.job }}
341
GITHUB_REF: ${{ github.ref }}
0 commit comments