Skip to content

Commit e4d42b8

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3c92eb commit e4d42b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Upload coverage to Codecov
8383
if: ${{ matrix.step == 'unit' }}
84-
uses: codecov/codecov-action@v4
84+
uses: codecov/codecov-action@v5
8585
with:
8686
fail_ci_if_error: true
8787
env:
@@ -217,7 +217,7 @@ jobs:
217217
path: |
218218
**/cwltool_conf*.xml
219219
- name: Upload coverage to Codecov
220-
uses: codecov/codecov-action@v4
220+
uses: codecov/codecov-action@v5
221221
with:
222222
fail_ci_if_error: true
223223
env:
@@ -302,7 +302,7 @@ jobs:
302302
- name: Test with tox
303303
run: tox
304304
- name: Upload coverage to Codecov
305-
uses: codecov/codecov-action@v4
305+
uses: codecov/codecov-action@v5
306306
with:
307307
fail_ci_if_error: true
308308
env:

0 commit comments

Comments
 (0)