Skip to content

Commit 2d291a0

Browse files
authored
chore: update codecov-action from v4 to v5 (#277)
* chore: update codecov-action from v4 to v5 * chore: fix audit
1 parent 9152293 commit 2d291a0

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ jobs:
100100
run: npm run test:coverage -- --ci
101101

102102
- name: Submit coverage data to codecov
103-
uses: codecov/codecov-action@v4
103+
uses: codecov/codecov-action@v5
104104
with:
105105
token: ${{ secrets.CODECOV_TOKEN }}

package-lock.json

+8-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)