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 d2dc619 commit a794b52Copy full SHA for a794b52
.github/workflows/ci-tests.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Upload coverage to Codecov
74
if: ${{ matrix.step == 'unit' }}
75
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
76
with:
77
fail_ci_if_error: true
78
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments