Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent 63375f6 commit 2dd891e
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 @@ -29,12 +29,12 @@ jobs:
yarn test
env:
CI: true
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
name: jest
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/coverage-final.json
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
name: e2e
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 2dd891e

Please sign in to comment.