From b72595f3ad59092d629d0a73cc17de2e676dc0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:56:40 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 6 +++--- .github/workflows/kind.yml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a5f5034cf96..7d39c51ff4f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -47,7 +47,7 @@ jobs: - name: Run unit tests run: make test-unit - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: .coverage/coverage-unit.txt @@ -72,7 +72,7 @@ jobs: - name: Run unit tests run: make test-unit - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: .coverage/coverage-unit.txt @@ -103,7 +103,7 @@ jobs: cd multicluster make test-integration - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: .coverage/coverage-integration.txt,multicluster/.coverage/coverage-integration.txt diff --git a/.github/workflows/kind.yml b/.github/workflows/kind.yml index ccb79c94008..b655ce38182 100644 --- a/.github/workflows/kind.yml +++ b/.github/workflows/kind.yml @@ -111,7 +111,7 @@ jobs: path: test-e2e-encap-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -179,7 +179,7 @@ jobs: path: test-e2e-encap-non-default-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -248,7 +248,7 @@ jobs: path: test-e2e-encap-all-features-enabled-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -310,7 +310,7 @@ jobs: path: test-e2e-noencap-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -372,7 +372,7 @@ jobs: path: test-e2e-hybrid-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*' @@ -446,7 +446,7 @@ jobs: path: test-e2e-fa-coverage.tar.gz retention-days: 30 - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: '*.cov.out*'