From 65a8649d4916103786044baa61e8e466fc74c034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 15:32:15 +0300 Subject: [PATCH] Bump codecov/codecov-action from 1 to 3 (#17640) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6bac762fc..a86d0b862 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -82,7 +82,7 @@ jobs: bash ./tests/showtime.sh ./tests/ci/ut_run.sh $IP df -h - name: Codecov For BackEnd - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: file: ./src/github.com/goharbor/harbor/profile.cov flags: unittests @@ -344,7 +344,7 @@ jobs: bash ./tests/showtime.sh ./tests/ci/ui_ut_run.sh df -h - name: Codecov For UI - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: file: ./src/github.com/goharbor/harbor/src/portal/coverage/lcov.info flags: unittests