We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbb4979 + fa78789 commit d1fb546Copy full SHA for d1fb546
.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