We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f6e21 commit bf97aceCopy full SHA for bf97ace
.github/workflows/ci-build.yml
@@ -32,7 +32,7 @@ jobs:
32
- run: npm test
33
- name: Upload coverage to Codecov
34
if: matrix.node-version == '20.x'
35
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
directory: coverage
0 commit comments