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 2ce7dc0 commit 791cbb3Copy full SHA for 791cbb3
1 file changed
.github/workflows/nodejs.yml
@@ -100,6 +100,6 @@ jobs:
100
run: npm run test:coverage -- --ci
101
102
- name: Submit coverage data to codecov
103
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
104
with:
105
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments