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:02:52 +0800
commit5db5fb1a0078e72a7de4950114af97a56cfa2f99 (patch)
treeff89444bee5cac2b3592d6da6ae3aa29c0243111
parentMerge pull request #5539 from wbc6080/automated-cherry-pick-of-#5519-upstream... (diff)
downloadkubeedge-5db5fb1a0078e72a7de4950114af97a56cfa2f99.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 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: