Skip to content

Commit

Permalink
🌱 Bump codecov/codecov-action from 4 to 5 (#1471)
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 e16be6e commit f94182f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: e2e-artifacts
path: /tmp/artifacts/

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
disable_search: true
files: coverage/e2e.out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
make test-unit
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
disable_search: true
files: coverage/unit.out
Expand Down

0 comments on commit f94182f

Please sign in to comment.