From a005ca3a20fbf9922f5a4a7493f64136671fb5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:52:50 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 6 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 7. - [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...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test_cc.yml | 2 +- .github/workflows/test_python.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_cc.yml b/.github/workflows/test_cc.yml index 65a504fd88..9b803131e2 100644 --- a/.github/workflows/test_cc.yml +++ b/.github/workflows/test_cc.yml @@ -102,7 +102,7 @@ jobs: ENABLE_PADDLE: ${{ matrix.enable_paddle && '1' || '0' }} if: ${{ !matrix.check_memleak }} - name: Upload coverage to Codecov (non-blocking) - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 continue-on-error: true with: use_oidc: true diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index c723390266..3ace62c9e3 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -77,7 +77,7 @@ jobs: path: .test_durations_${{ matrix.group }} include-hidden-files: true - name: Upload coverage to Codecov (non-blocking) - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 continue-on-error: true with: use_oidc: true