From 675d792abe98ffc1be6dc0638a68a7e3ff5ef301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:03:42 +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/test-e2e-gov.yml | 2 +- .github/workflows/test-e2e.yml | 2 +- .github/workflows/test-int.yml | 2 +- .github/workflows/test-unit.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-e2e-gov.yml b/.github/workflows/test-e2e-gov.yml index 06d43e44ab..658934f1db 100644 --- a/.github/workflows/test-e2e-gov.yml +++ b/.github/workflows/test-e2e-gov.yml @@ -61,7 +61,7 @@ jobs: path: output/** - name: Upload test results to codecov.io if: ${{ success() }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: test/e2e/coverprofile.out name: ${{ matrix.test }} diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index a0ea3b208b..be57bb5ad9 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -276,7 +276,7 @@ jobs: path: output/** - name: Upload test results to codecov.io if: ${{ success() }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: test/e2e/coverprofile.out name: ${{ matrix.test }} diff --git a/.github/workflows/test-int.yml b/.github/workflows/test-int.yml index cd98762abd..c30eeb156b 100644 --- a/.github/workflows/test-int.yml +++ b/.github/workflows/test-int.yml @@ -71,7 +71,7 @@ jobs: AKO_INT_TEST=1 ginkgo --label-filter="${TEST_NAME}" --timeout 90m --v --nodes="${PARALLEL_NODES}" --flake-attempts=1 --cover --coverpkg=github.com/mongodb/mongodb-atlas-kubernetes/v2/pkg/... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: ${{ matrix.test }} files: ${{ matrix.path }}/coverprofile.out diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index bd792536e5..f9073193ab 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -33,7 +33,7 @@ jobs: run: make test-tools - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: unit-tests files: coverage.out