From d9dcb3644081ce34c5d85433f44e5f25e59476ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:06:51 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4.6.0 to 5.0.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.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/v4.6.0...v5.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... 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 fceb236ee..bc7695d15 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@v4.6.0 + uses: codecov/codecov-action@v5.0.2 testing_mac_arm: needs: [code_lint] @@ -110,7 +110,7 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 testing_mac_intel: needs: [code_lint] @@ -146,7 +146,7 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 testing_windows: needs: [code_lint] @@ -188,4 +188,4 @@ jobs: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6dab1f13c..b09555e34 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@v4.6.0 + uses: codecov/codecov-action@v5.0.2 source-distribution: needs: [build-test]