Skip to content

Commit

Permalink
Merge pull request #5831 from karmada-io/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
karmada-bot authored Nov 19, 2024
2 parents a53c8bc + 0908dee commit 9f4d392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9f4d392

Please sign in to comment.