From 6598ac46c705aaffacc00df08d6ea4aaab9c9ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 14:04:37 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1.5.0 to 2.0.3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.0 to 2.0.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.5.0...v2.0.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pypi_publish.yml | 2 +- .github/workflows/python-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index e357ce5..32412a3 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -39,7 +39,7 @@ jobs: coverage report -m coverage xml - name: Codecov - uses: codecov/codecov-action@v1.5.0 + uses: codecov/codecov-action@v2.0.3 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 8da027e..bf9c504 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -44,7 +44,7 @@ jobs: coverage report -m coverage xml - name: Codecov - uses: codecov/codecov-action@v1.5.0 + uses: codecov/codecov-action@v2.0.3 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON