build(deps): bump codecov/codecov-action from 4 to 5
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](https://github.com/codecov/codecov-action/compare/v4...v5) --- 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:
parent
4907f07bce
commit
0908dee80c
|
@ -96,7 +96,7 @@ jobs:
|
|||
# Prevent running from the forked repository that doesn't need to upload coverage.
|
||||
# In addition, running on the forked repository would fail as missing the necessary secret.
|
||||
if: ${{ github.repository == 'karmada-io/karmada' }}
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
# Even though token upload token is not required for public repos,
|
||||
# but adding a token might increase successful uploads as per:
|
||||
|
|
Loading…
Reference in New Issue