From 49f50b2b6755c3093c278736284834762f7dc35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 08:57:33 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3.1.1 to 3.1.3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.3. - [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.3) --- 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..77408ca97 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.3 # 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.3 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.3 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 3d63a621b..64f9f189e 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.3 source-distribution: needs: [build-test]