We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c92eb commit e4d42b8Copy full SHA for e4d42b8
.github/workflows/ci-tests.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Upload coverage to Codecov
83
if: ${{ matrix.step == 'unit' }}
84
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
85
with:
86
fail_ci_if_error: true
87
env:
@@ -217,7 +217,7 @@ jobs:
217
path: |
218
**/cwltool_conf*.xml
219
220
221
222
223
@@ -302,7 +302,7 @@ jobs:
302
- name: Test with tox
303
run: tox
304
305
306
307
308
0 commit comments