Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 2a9183d commit 7d748ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
npm test
env:
CI: true
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
name: jest
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/coverage-final.json
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
name: e2e
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 7d748ab

Please sign in to comment.