File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ jobs:
214214 CWLTOOL_OPTIONS : ${{ matrix.cwl-version == 'v1.2' && '--relax-path-checks' || '' }} ${{ matrix.extras }}
215215 run : ./conformance-test.sh
216216 - name : Archive test results
217- uses : actions/upload-artifact@v4
217+ uses : actions/upload-artifact@v5
218218 with :
219219 name : cwl-${{ matrix.cwl-version }}-${{ matrix.container }}${{ matrix.extras }}-conformance-results
220220 path : |
Original file line number Diff line number Diff line change 5454 # Linux arm64 wheels are built on circleci
5555 CIBW_ARCHS_LINUX : auto64 # ppc64le s390x
5656
57- - uses : actions/upload-artifact@v4
57+ - uses : actions/upload-artifact@v5
5858 with :
5959 name : artifact-${{ matrix.image }}
6060 path : ./wheelhouse/*.whl
7676 - name : Build sdist
7777 run : pipx run build --sdist
7878
79- - uses : actions/upload-artifact@v4
79+ - uses : actions/upload-artifact@v5
8080 with :
8181 name : artifact-source
8282 path : dist/*.tar.gz
@@ -102,7 +102,7 @@ jobs:
102102 - name : Build wheels
103103104104
105- - uses : actions/upload-artifact@v4
105+ - uses : actions/upload-artifact@v5
106106 with :
107107 name : artifact-${{ matrix.os }}-${{ strategy.job-index }}
108108 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments