From 3b9eff1aff7f28f61af085d99464634270d88516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 07:17:53 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2.1.0 to 3.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.1.1. - [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/v2.1.0...v3.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index bf556c40a8..c1dc8c4e84 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -67,7 +67,7 @@ jobs: # \todo Should the Codecov web pages show the results of the C++ or Python tests? # - name: Upload coverage to Codecov # if: matrix.os == env.GH_COV_OS && github.actor != env.GH_DEPENDABOT -# uses: codecov/codecov-action@v2.1.0 +# uses: codecov/codecov-action@v3.1.1 # with: # files: ${{ env.OTIO_BUILD_DIR }}/coverage.filtered.info # flags: unittests @@ -121,7 +121,7 @@ jobs: run: make lcov - name: Upload coverage to Codecov if: matrix.python-version == env.GH_COV_PY && matrix.os == env.GH_COV_OS && github.actor != env.GH_DEPENDABOT - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.1 with: flags: py-unittests name: py-opentimelineio-codecov