From 1d4b1ee9cd7924c4d8e79414c26a4d5d1e877254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:42:46 +0000 Subject: [PATCH] :seedling: Bump codecov/codecov-action from 6.0.1 to 7.0.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.1 to 7.0.0. - [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/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 2 +- .github/workflows/test-regression.yaml | 2 +- .github/workflows/unit-test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 40c89d2a9..73896c4df 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -80,7 +80,7 @@ jobs: name: ${{ matrix.test.name }}-artifacts path: /tmp/artifacts/ - - uses: codecov/codecov-action@v6.0.1 + - uses: codecov/codecov-action@v7.0.0 if: matrix.test.use-codecov == true with: disable_search: true diff --git a/.github/workflows/test-regression.yaml b/.github/workflows/test-regression.yaml index 47021d218..657779042 100644 --- a/.github/workflows/test-regression.yaml +++ b/.github/workflows/test-regression.yaml @@ -23,7 +23,7 @@ jobs: run: | make test-regression - - uses: codecov/codecov-action@v6.0.1 + - uses: codecov/codecov-action@v7.0.0 with: disable_search: true files: coverage/regression.out diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index 3e28bdf48..059040cc9 100644 --- a/.github/workflows/unit-test.yaml +++ b/.github/workflows/unit-test.yaml @@ -23,7 +23,7 @@ jobs: run: | make test-unit - - uses: codecov/codecov-action@v6.0.1 + - uses: codecov/codecov-action@v7.0.0 with: disable_search: true files: coverage/unit.out