summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2024-04-19 14:47:58 +0800
committerGitHub <noreply@github.com>2024-04-19 14:47:58 +0800
commit72a32247ead4d79a9379e384875673407529186a (patch)
treeff89444bee5cac2b3592d6da6ae3aa29c0243111
parentMerge pull request #5539 from wbc6080/automated-cherry-pick-of-#5519-upstream... (diff)
parentupdate codecov to v4 (diff)
downloadkubeedge-72a32247ead4d79a9379e384875673407529186a.tar.gz
Merge pull request #5548 from Shelley-BaoYue/automated-cherry-pick-of-#5530-upstream-release-1.16
Automated cherry pick of #5530: update codecov to v4
-rw-r--r--.github/workflows/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 06a6aa3cb..7fecef406 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -142,7 +142,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 == 'kubeedge/kubeedge' }}
- 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: