From 3500eba427e07949d5ae1972520bc06b57fb3fbf Mon Sep 17 00:00:00 2001 From: Shelley-BaoYue Date: Thu, 11 Apr 2024 11:50:01 +0800 Subject: update codecov to v4 Signed-off-by: Shelley-BaoYue --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3