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