5555        run : sudo usermod -c 'CI Runner' "$(whoami)" 
5656
5757      - name : Set up Python 
58-         uses : actions/setup-python@v4  
58+         uses : actions/setup-python@v5  
5959        with :
6060          python-version : ${{ env.py-semver }} 
6161          allow-prereleases : true 
@@ -104,7 +104,7 @@ jobs:
104104          fetch-depth : 0 
105105
106106      - name : Set up Python 
107-         uses : actions/setup-python@v4  
107+         uses : actions/setup-python@v5  
108108        with :
109109          python-version : ${{ env.py-semver }} 
110110          cache : pip 
@@ -140,7 +140,7 @@ jobs:
140140        run : sudo usermod -c 'CI Runner' "$(whoami)" 
141141
142142      - name : Set up Python 
143-         uses : actions/setup-python@v4  
143+         uses : actions/setup-python@v5  
144144        with :
145145          python-version : ${{ env.py-semver }} 
146146          cache : pip 
@@ -194,7 +194,7 @@ jobs:
194194        run : sudo rm -f /usr/bin/docker ; sudo apt-get install -y podman 
195195
196196      - name : Set up Python 
197-         uses : actions/setup-python@v4  
197+         uses : actions/setup-python@v5  
198198        with :
199199          python-version : 3.12 
200200          cache : pip 
@@ -207,7 +207,7 @@ jobs:
207207          CWLTOOL_OPTIONS : ${{ matrix.cwl-version == 'v1.2' && '--relax-path-checks' || '' }} ${{ matrix.extras }} 
208208        run : ./conformance-test.sh 
209209      - name : Archive test results 
210-         uses : actions/upload-artifact@v3  
210+         uses : actions/upload-artifact@v4  
211211        with :
212212          name : cwl-${{ matrix.cwl-version }}-${{ matrix.container }}${{ matrix.extras }}-conformance-results 
213213          path : | 
@@ -230,7 +230,7 @@ jobs:
230230          sudo apt-get install -y ./singularity-ce_3.10.4-jammy_amd64.deb 
231231
232232       - name : Set up Python 
233-         uses : actions/setup-python@v4  
233+         uses : actions/setup-python@v5  
234234        with :
235235          python-version : 3.12 
236236          cache : pip 
@@ -272,7 +272,7 @@ jobs:
272272        with :
273273          fetch-depth : 0 
274274      - name : Set up Python 
275-         uses : actions/setup-python@v4  
275+         uses : actions/setup-python@v5  
276276        with :
277277          python-version : 3.12 
278278          cache : pip 
0 commit comments