@@ -152,14 +152,14 @@ jobs:
152152 steps :
153153 - uses : actions/checkout@v2
154154 - name : Download version file
155- uses : actions/download-artifact@v3
155+ uses : actions/download-artifact@v4
156156 with :
157157 name : VersionFile
158158 path : mrtrix3_version.txt
159159 - name : Extract Mrtrix version
160160 run : echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV
161161 - name : Download auto-gen pydra
162- uses : actions/download-artifact@v3
162+ uses : actions/download-artifact@v4
163163 with :
164164 name : AutoGen
165165 path : pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }}
@@ -208,22 +208,22 @@ jobs:
208208 - name : Fetch tags
209209 run : git fetch --prune --unshallow
210210 - name : Download version file
211- uses : actions/download-artifact@v3
211+ uses : actions/download-artifact@v4
212212 with :
213213 name : VersionFile
214214 path : mrtrix3_version.txt
215215 - name : Extract Mrtrix version
216216 run : echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV
217217 - name : Download auto-gen pydra
218- uses : actions/download-artifact@v3
218+ uses : actions/download-artifact@v4
219219 with :
220220 name : AutoGen
221221 path : pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }}
222222 - name : Strip auto package from gitignore so it is included in package
223223 run : |
224224 sed -i '/\/pydra\/tasks\/mrtrix3\/${{ env.SUBPKG_NAME }}/d' .gitignore
225225 - name : Download MRtrix3 install
226- uses : actions/download-artifact@v3
226+ uses : actions/download-artifact@v4
227227 with :
228228 name : MRtrix3
229229 path : ${{ env.MRTRIX_INSTALL}}
@@ -345,14 +345,14 @@ jobs:
345345 - name : Fetch tags
346346 run : git fetch --prune --unshallow
347347 - name : Download version file
348- uses : actions/download-artifact@v3
348+ uses : actions/download-artifact@v4
349349 with :
350350 name : VersionFile
351351 path : mrtrix3_version.txt
352352 - name : Extract Mrtrix version
353353 run : echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV
354354 - name : Download auto-gen pydra
355- uses : actions/download-artifact@v3
355+ uses : actions/download-artifact@v4
356356 with :
357357 name : AutoGen
358358 path : pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }}
0 commit comments