We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dc4ed commit 0b97320Copy full SHA for 0b97320
.github/workflows/ci.yml
@@ -49,6 +49,6 @@ jobs:
49
run: pnpm test
50
51
- name: Upload coverage reports to Codecov
52
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
53
env:
54
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/release.yml
npm_config_registry: https://registry.npmjs.org
0 commit comments