diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2024-04-11 11:50:01 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2024-04-19 10:21:28 +0800 |
| commit | 0729ca2213c6a52c1607309bb4310015601a5f54 (patch) | |
| tree | 34e43657e9b61f82b80c0aa7fc2094dc51e9b16d | |
| parent | Merge pull request #5488 from Shelley-BaoYue/automated-cherry-pick-of-#5485-u... (diff) | |
| download | kubeedge-0729ca2213c6a52c1607309bb4310015601a5f54.tar.gz | |
update codecov to v4
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
| -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 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: |
