We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5100478 commit 5837c20Copy full SHA for 5837c20
.github/workflows/ci-tests.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Upload coverage to Codecov
67
if: ${{ matrix.step == 'unit' }}
68
- uses: codecov/[email protected].0
+ uses: codecov/[email protected].2
69
env:
70
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
71
with:
0 commit comments