Skip to content

Commit

Permalink
chore: update codecov-action to v4 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Mar 2, 2024
1 parent c9a65c5 commit cd30b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -94,6 +94,6 @@ jobs:
run: npm run test:coverage -- --ci

- name: Submit coverage data to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit cd30b6f

Please sign in to comment.