Skip to content

Commit

Permalink
chore: update codecov-action from v4 to v5 (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 authored Feb 14, 2025
1 parent 3effaa0 commit 07abf0d
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 @@ -110,7 +110,7 @@ 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 }}

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

- 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 07abf0d

Please sign in to comment.