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 3adbe4c commit 25b8595Copy full SHA for 25b8595
.github/workflows/nodejs.yml
@@ -92,6 +92,6 @@ jobs:
92
run: npm run test:coverage -- --ci
93
94
- name: Submit coverage data to codecov
95
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
96
with:
97
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments