55
55
run : sudo usermod -c 'CI Runner' "$(whoami)"
56
56
57
57
- name : Set up Python
58
- uses : actions/setup-python@v4
58
+ uses : actions/setup-python@v5
59
59
with :
60
60
python-version : ${{ env.py-semver }}
61
61
allow-prereleases : true
@@ -104,7 +104,7 @@ jobs:
104
104
fetch-depth : 0
105
105
106
106
- name : Set up Python
107
- uses : actions/setup-python@v4
107
+ uses : actions/setup-python@v5
108
108
with :
109
109
python-version : ${{ env.py-semver }}
110
110
cache : pip
@@ -140,7 +140,7 @@ jobs:
140
140
run : sudo usermod -c 'CI Runner' "$(whoami)"
141
141
142
142
- name : Set up Python
143
- uses : actions/setup-python@v4
143
+ uses : actions/setup-python@v5
144
144
with :
145
145
python-version : ${{ env.py-semver }}
146
146
cache : pip
@@ -194,7 +194,7 @@ jobs:
194
194
run : sudo rm -f /usr/bin/docker ; sudo apt-get install -y podman
195
195
196
196
- name : Set up Python
197
- uses : actions/setup-python@v4
197
+ uses : actions/setup-python@v5
198
198
with :
199
199
python-version : 3.12
200
200
cache : pip
@@ -207,7 +207,7 @@ jobs:
207
207
CWLTOOL_OPTIONS : ${{ matrix.cwl-version == 'v1.2' && '--relax-path-checks' || '' }} ${{ matrix.extras }}
208
208
run : ./conformance-test.sh
209
209
- name : Archive test results
210
- uses : actions/upload-artifact@v3
210
+ uses : actions/upload-artifact@v4
211
211
with :
212
212
name : cwl-${{ matrix.cwl-version }}-${{ matrix.container }}${{ matrix.extras }}-conformance-results
213
213
path : |
@@ -230,7 +230,7 @@ jobs:
230
230
sudo apt-get install -y ./singularity-ce_3.10.4-jammy_amd64.deb
231
231
232
232
- name : Set up Python
233
- uses : actions/setup-python@v4
233
+ uses : actions/setup-python@v5
234
234
with :
235
235
python-version : 3.12
236
236
cache : pip
@@ -272,7 +272,7 @@ jobs:
272
272
with :
273
273
fetch-depth : 0
274
274
- name : Set up Python
275
- uses : actions/setup-python@v4
275
+ uses : actions/setup-python@v5
276
276
with :
277
277
python-version : 3.12
278
278
cache : pip
0 commit comments