From 9fcdbeaf32508fb2695ef2a0c54f0162b3c45c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 17:42:28 +0000 Subject: [PATCH] ci(deps): Bump codecov/codecov-action Bumps the gh-actions group with 1 update in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `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 dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab0cdc9..7af3dc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: # Upload ONLY the gcovr report. Without disable_search + plugins: noop # the action re-runs gcov over the whole build tree and pulls system # headers and tests into the report, which the src/ filter excludes. - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: coverage.xml disable_search: true