diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2024-04-19 14:48:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-19 14:48:57 +0800 |
| commit | e3ddd256628ab560e3ea0413fa1ae4e599609c48 (patch) | |
| tree | dba549199e34c9a34812e2ccf2435b3d34fb0718 | |
| parent | Merge pull request #5366 from luomengY/automated-cherry-pick-of-#5196-upstrea... (diff) | |
| parent | update codecov to v4 (diff) | |
| download | kubeedge-origin/release-1.14.tar.gz | |
Merge pull request #5550 from Shelley-BaoYue/automated-cherry-pick-of-#5530-upstream-release-1.14origin/release-1.14
Automated cherry pick of #5530: update codecov to v4
| -rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a1efbc234..9195364e5 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: |
