We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ab869 commit bcdbeafCopy full SHA for bcdbeaf
.github/workflows/ci-tests.yml
@@ -207,7 +207,7 @@ jobs:
207
CWLTOOL_OPTIONS: ${{ matrix.cwl-version == 'v1.2' && '--relax-path-checks' || '' }} ${{ matrix.extras }}
208
run: ./conformance-test.sh
209
- name: Archive test results
210
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
211
with:
212
name: cwl-${{ matrix.cwl-version }}-${{ matrix.container }}${{ matrix.extras }}-conformance-results
213
path: |
0 commit comments