From 2564ee214e9ec46a6bc1702a9b078918431aa627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:20:22 +0000 Subject: [PATCH] ci: bump codecov/codecov-action from 4 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 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/v4...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/install-native-e2e.yml | 2 +- .github/workflows/wrap-native-e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install-native-e2e.yml b/.github/workflows/install-native-e2e.yml index 00d5ae6e..d0a4e1f7 100644 --- a/.github/workflows/install-native-e2e.yml +++ b/.github/workflows/install-native-e2e.yml @@ -58,7 +58,7 @@ jobs: pytest tests/test_cli/test_install_cli.py tests/test_install/test_paths.py --cov=headroom --cov-report=xml:coverage-install-native.xml --cov-report=term-missing -q - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: file: ./coverage-install-native.xml flags: install-native diff --git a/.github/workflows/wrap-native-e2e.yml b/.github/workflows/wrap-native-e2e.yml index 22a8bb52..1a64ded6 100644 --- a/.github/workflows/wrap-native-e2e.yml +++ b/.github/workflows/wrap-native-e2e.yml @@ -63,7 +63,7 @@ jobs: pytest tests/test_cli/test_wrap_bridge.py --cov=headroom --cov-report=xml:coverage-wrap-native.xml --cov-report=term-missing -q - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: file: ./coverage-wrap-native.xml flags: wrap-native