Skip to content

Commit 8949fc2

Browse files
dependabot[bot]mr-c
authored andcommitted
build(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@57e3a13...e79a696) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f12f59 commit 8949fc2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Upload coverage to Codecov
8989
if: ${{ matrix.step == 'unit' }}
90-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
90+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
9191
with:
9292
fail_ci_if_error: true
9393
env:
@@ -229,7 +229,7 @@ jobs:
229229
path: |
230230
**/cwltool_conf*.xml
231231
- name: Upload coverage to Codecov
232-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
232+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
233233
with:
234234
fail_ci_if_error: true
235235
env:
@@ -318,7 +318,7 @@ jobs:
318318
- name: Test with tox
319319
run: tox
320320
- name: Upload coverage to Codecov
321-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
321+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
322322
with:
323323
fail_ci_if_error: true
324324
env:

0 commit comments

Comments
 (0)