Skip to content

Commit

Permalink
chore: update codecov-action from v4 to v5 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 authored Jan 21, 2025
1 parent a1c5624 commit cf6021c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,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 }}

0 comments on commit cf6021c

Please sign in to comment.