Skip to content

Commit

Permalink
chore: update codecov-action to v4 (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Mar 2, 2024
1 parent c7ff30d commit c0d1ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ 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 }}

Expand Down Expand Up @@ -136,6 +136,6 @@ jobs:
OLD_API: "true"

- 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 c0d1ecd

Please sign in to comment.