diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 209fe9a59..4684bf722 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -71,7 +71,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 @@ -147,7 +147,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