From dcc78f950ab379c706c92e0d7447a0a11d746037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 08:57:38 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3.1.1 to 3.1.4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.4. - [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/v3.1.1...v3.1.4) --- 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 | 6 +++--- .github/workflows/wheels.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration-pip.yml b/.github/workflows/continuous-integration-pip.yml index 47df4fa54..c8c63e988 100644 --- a/.github/workflows/continuous-integration-pip.yml +++ b/.github/workflows/continuous-integration-pip.yml @@ -74,7 +74,7 @@ jobs: run: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.4 # build_windows_test: # needs: [code_lint] @@ -114,7 +114,7 @@ jobs: # run: pytest --cov=./ --cov-report=xml # - name: Upload coverage - # uses: codecov/codecov-action@v3.1.1 + # uses: codecov/codecov-action@v3.1.4 testing_windows: needs: [code_lint] @@ -150,4 +150,4 @@ jobs: shell: pwsh run: pytest --cov=./ --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.4 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 3d63a621b..19140c336 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@v3.1.1 + uses: codecov/codecov-action@v3.1.4 source-distribution: needs: [build-test]