We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5b11e commit 1b1ef84Copy full SHA for 1b1ef84
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
pnpm run test
37
- name: Upload coverage reports to Codecov
38
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
39
with:
40
token: ${{ secrets.CODECOV_TOKEN }}
41
if: matrix.node-version == '24.x'
0 commit comments