Skip to content

Commit

Permalink
chore: update codecov-action from v4 to v5 (#277)
Browse files Browse the repository at this point in the history
* chore: update codecov-action from v4 to v5

* chore: fix audit
  • Loading branch information
ersachin3112 authored Jan 21, 2025
1 parent 9152293 commit 2d291a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ jobs:
run: npm run test:coverage -- --ci

- name: Submit coverage data to codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
14 changes: 8 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d291a0

Please sign in to comment.