Skip to content
/ jest Public
forked from jestjs/jest

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5 (jestjs#15414)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 663a758 commit 22d383b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ jobs:
- name: map coverage
run: node ./scripts/mapCoverage.mjs
if: always()
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
if: always()
with:
directory: ./coverage
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 22d383b

Please sign in to comment.