Skip to content

Commit 545fd76

Browse files
Bump codecov/codecov-action from 4.6.0 to 6.0.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 6.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@b9fd7d1...57e3a13) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 267fe4b commit 545fd76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# \todo Should the Codecov web pages show the results of the C++ or Python tests?
7373
# - name: Upload coverage to Codecov
7474
# if: matrix.os == env.GH_COV_OS && github.actor != env.GH_DEPENDABOT
75-
# uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
75+
# uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7676
# with:
7777
# files: ${{ env.OTIO_BUILD_DIR }}/coverage.filtered.info
7878
# flags: unittests
@@ -157,7 +157,7 @@ jobs:
157157
run: make lcov
158158
- name: Upload coverage to Codecov
159159
if: matrix.python-version == env.GH_COV_PY && matrix.os == env.GH_COV_OS && github.actor != env.GH_DEPENDABOT
160-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
160+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
161161
with:
162162
flags: py-unittests
163163
name: py-opentimelineio-codecov

0 commit comments

Comments
 (0)