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:02:52 +0800 |
| commit | 5db5fb1a0078e72a7de4950114af97a56cfa2f99 (patch) | |
| tree | ff89444bee5cac2b3592d6da6ae3aa29c0243111 /.github | |
| parent | Merge pull request #5539 from wbc6080/automated-cherry-pick-of-#5519-upstream... (diff) | |
| download | kubeedge-5db5fb1a0078e72a7de4950114af97a56cfa2f99.tar.gz | |
update codecov to v4
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to '.github')
| -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 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: |
