Skip to content

Commit 36e0da4

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- 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 35eeab4 commit 36e0da4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 3 deletions
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@v3
84+
uses: codecov/codecov-action@v4
8585
with:
8686
fail_ci_if_error: false
8787
token: ${{ secrets.CODECOV_TOKEN }}
@@ -213,7 +213,7 @@ jobs:
213213
path: |
214214
**/cwltool_conf*.xml
215215
- name: Upload coverage to Codecov
216-
uses: codecov/codecov-action@v3
216+
uses: codecov/codecov-action@v4
217217
with:
218218
fail_ci_if_error: false
219219
token: ${{ secrets.CODECOV_TOKEN }}
@@ -297,7 +297,7 @@ jobs:
297297
- name: Test with tox
298298
run: tox
299299
- name: Upload coverage to Codecov
300-
uses: codecov/codecov-action@v3
300+
uses: codecov/codecov-action@v4
301301
with:
302302
fail_ci_if_error: false
303303
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)