chore(deps): bump codecov/codecov-action from 4.3.0 to 5.0.7

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 5.0.7.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.3.0...v5.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-27 15:02:47 +00:00 committed by GitHub
parent 8537805ea5
commit d4daad6102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ jobs:
tmp/race.log.*
-
name: publish coverage
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v5.0.7
with:
file: profile.cov
name: core-integration-tests-postgres
@ -158,7 +158,7 @@ jobs:
# run: make core_integration_test
# -
# name: publish coverage
# uses: codecov/codecov-action@v4.3.0
# uses: codecov/codecov-action@v5.0.7
# with:
# file: profile.cov
# name: core-integration-tests-cockroach

View File

@ -60,7 +60,7 @@ jobs:
run: make core_unit_test
-
name: publish coverage
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v5.0.7
with:
file: profile.cov
name: core-unit-tests