We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada88bb commit c33855eCopy full SHA for c33855e
.github/workflows/verify.yml
@@ -33,7 +33,7 @@ jobs:
33
run: pnpm verify:bail
34
35
- name: Publish coverage to codecov.io
36
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
37
if: success() && matrix.node-version == '20.x'
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments