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 42c8d6b commit 6f8e0ecCopy full SHA for 6f8e0ec
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
run: npm run test
35
36
- name: Submit coverage
37
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
38
if: matrix.os == 'ubuntu-latest' && matrix.node == '20.x'
39
40
- name: Build
0 commit comments