Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4 to 5 (#5050)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent a9c66b1 commit 3d318e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ${{ github.workspace }}/coverage/jest/codecov.json
verbose: true
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- run: npm run test-integration-ci
- name: Upload coverage reports to Codecov
if: '!cancelled()'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ${{ github.workspace }}/coverage/jest/codecov.json
verbose: true
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
CURRENT_SPLIT_INDEX: ${{ matrix.split }}
- name: Upload coverage reports to Codecov
if: '!cancelled()'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ${{ github.workspace }}/coverage/render/codecov.json
verbose: true
Expand Down

0 comments on commit 3d318e8

Please sign in to comment.