We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c2e93 commit e63bc82Copy full SHA for e63bc82
.github/workflows/run-unit-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: test:coverage:jest
21
run: yarn test:coverage:jest
22
23
- - uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
+ - uses: codecov/codecov-action@v4
24
with:
25
token: ${{ secrets.CODECOV_TOKEN }}
26
fail_ci_if_error: true
0 commit comments