Merge pull request #4834 from karmada-io/dependabot/github_actions/codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
This commit is contained in:
karmada-bot 2024-04-15 14:38:53 +08:00 committed by GitHub
commit c47ff9a8c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,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@v3
uses: codecov/codecov-action@v4
with:
# Even though token upload token is not required for public repos,
# but adding a token might increase successful uploads as per: