Skip to content

Commit ff5d7b5

Browse files
Bump codecov/codecov-action from 3.1.1 to 3.1.4 (#1603)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.4. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7755f31 commit ff5d7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
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@v3.1.1
75+
# uses: codecov/codecov-action@v3.1.4
7676
# with:
7777
# files: ${{ env.OTIO_BUILD_DIR }}/coverage.filtered.info
7878
# flags: unittests
@@ -151,7 +151,7 @@ jobs:
151151
run: make lcov
152152
- name: Upload coverage to Codecov
153153
if: matrix.python-version == env.GH_COV_PY && matrix.os == env.GH_COV_OS && github.actor != env.GH_DEPENDABOT
154-
uses: codecov/codecov-action@v3.1.1
154+
uses: codecov/codecov-action@v3.1.4
155155
with:
156156
flags: py-unittests
157157
name: py-opentimelineio-codecov

0 commit comments

Comments
 (0)