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