We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb35e58 + ec5ba70 commit 8669676Copy full SHA for 8669676
.github/workflows/run-tests.yml
@@ -56,7 +56,7 @@ jobs:
56
run: npm run test -- --coverage --coverageReporters json
57
58
- name: Upload coverage to Codecov
59
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
60
if: ${{ success() && env.USE_CODECOV_SERVICE == 'yes' }}
61
with:
62
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments