summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2024-04-19 14:48:58 +0800
committerGitHub <noreply@github.com>2024-04-19 14:48:58 +0800
commit885616374695b28c5a126e231f25bc127ee84143 (patch)
treef71ce87108755bae55a469337794a9d3cf123207
parentMerge pull request #5364 from luomengY/automated-cherry-pick-of-#5196-upstrea... (diff)
parentupdate codecov to v4 (diff)
downloadkubeedge-origin/release-1.13.tar.gz
Merge pull request #5551 from Shelley-BaoYue/automated-cherry-pick-of-#5530-upstream-release-1.13origin/release-1.13
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 ab9f90bab..38323f257 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: