Skip to content

Commit e6196eb

Browse files
authored
chore: update codecov-action from v4 to v5 (#271)
* chore: update codecov-action from v4 to v5 * chore: fix audit
1 parent 6e52853 commit e6196eb

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed

.github/workflows/nodejs.yml

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

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

package-lock.json

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

0 commit comments

Comments
 (0)