From e4dc587c42359053c0d2e79e07e5797a2d31bc9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 16:01:31 +0000 Subject: [PATCH] Bump codecov/codecov-action from 5.5.1 to 5.5.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 to 5.5.2. - [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/v5.5.1...v5.5.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration-pip.yml | 8 ++++---- .github/workflows/wheels.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration-pip.yml b/.github/workflows/continuous-integration-pip.yml index 72c935f49..29db1fd4c 100644 --- a/.github/workflows/continuous-integration-pip.yml +++ b/.github/workflows/continuous-integration-pip.yml @@ -74,7 +74,7 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 testing_mac_arm: needs: [code_lint] @@ -110,7 +110,7 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 testing_mac_intel: needs: [code_lint] @@ -146,7 +146,7 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 testing_windows: needs: [code_lint] @@ -188,4 +188,4 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d6c12850d..f6a1e23cd 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -37,7 +37,7 @@ jobs: run: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 source-distribution: needs: [build-test]