From cee0c14bf1f0ea63399281717020f890be99042a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:04:15 +0000 Subject: [PATCH] Bump codecov/codecov-action from 5.0.2 to 5.0.7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.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/v5.0.2...v5.0.7) --- updated-dependencies: - dependency-name: codecov/codecov-action 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 bc7695d15..54585bbd9 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.0.2 + uses: codecov/codecov-action@v5.0.7 testing_mac_arm: needs: [code_lint] @@ -110,7 +110,7 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 testing_mac_intel: needs: [code_lint] @@ -146,7 +146,7 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 testing_windows: needs: [code_lint] @@ -188,4 +188,4 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b09555e34..ddeab1c0e 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.0.2 + uses: codecov/codecov-action@v5.0.7 source-distribution: needs: [build-test]