We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfa445 commit 516f484Copy full SHA for 516f484
.github/workflows/python-package.yml
@@ -157,7 +157,7 @@ jobs:
157
run: make lcov
158
- name: Upload coverage to Codecov
159
if: matrix.python-version == env.GH_COV_PY && matrix.os == env.GH_COV_OS && github.actor != env.GH_DEPENDABOT
160
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
161
with:
162
flags: py-unittests
163
name: py-opentimelineio-codecov
0 commit comments