diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 969c44ec0..1d2c13da7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: