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 fcd0407 commit 2c51a77Copy full SHA for 2c51a77
.github/workflows/nodejs.yml
@@ -86,6 +86,6 @@ jobs:
86
run: npm run test:coverage -- --ci
87
88
- name: Submit coverage data to codecov
89
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
90
with:
91
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments