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
commit9d5b9da5f6e6c9c00755e544195c976f1bd7f6c7 (patch)
tree34e43657e9b61f82b80c0aa7fc2094dc51e9b16d
parentMerge pull request #5488 from Shelley-BaoYue/automated-cherry-pick-of-#5485-u... (diff)
parentupdate codecov to v4 (diff)
downloadkubeedge-9d5b9da5f6e6c9c00755e544195c976f1bd7f6c7.tar.gz
Merge pull request #5549 from Shelley-BaoYue/automated-cherry-pick-of-#5530-upstream-release-1.15
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 eeac48eed..ce75e6fa8 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: