summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2024-04-11 11:50:01 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2024-04-19 10:21:53 +0800
commit3500eba427e07949d5ae1972520bc06b57fb3fbf (patch)
treef71ce87108755bae55a469337794a9d3cf123207
parentMerge pull request #5364 from luomengY/automated-cherry-pick-of-#5196-upstrea... (diff)
downloadkubeedge-3500eba427e07949d5ae1972520bc06b57fb3fbf.tar.gz
update codecov to v4
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
-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: