We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fded17e commit b8a9a15Copy full SHA for b8a9a15
.github/workflows/node.js.yml
@@ -42,7 +42,7 @@ jobs:
42
git checkout yarn.lock
43
- name: run tests
44
run: yarn cover
45
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
46
if: ${{ always() }}
47
with:
48
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments