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