summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2024-04-19 14:48:57 +0800
committerGitHub <noreply@github.com>2024-04-19 14:48:57 +0800
commite3ddd256628ab560e3ea0413fa1ae4e599609c48 (patch)
treedba549199e34c9a34812e2ccf2435b3d34fb0718
parentMerge pull request #5366 from luomengY/automated-cherry-pick-of-#5196-upstrea... (diff)
parentupdate codecov to v4 (diff)
downloadkubeedge-origin/release-1.14.tar.gz
Merge pull request #5550 from Shelley-BaoYue/automated-cherry-pick-of-#5530-upstream-release-1.14origin/release-1.14
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 a1efbc234..9195364e5 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: