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 7311a82 commit dac3217Copy full SHA for dac3217
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@v4
+ uses: codecov/codecov-action@v5
104
with:
105
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments