@@ -152,14 +152,14 @@ jobs:
152
152
steps :
153
153
- uses : actions/checkout@v2
154
154
- name : Download version file
155
- uses : actions/download-artifact@v3
155
+ uses : actions/download-artifact@v4
156
156
with :
157
157
name : VersionFile
158
158
path : mrtrix3_version.txt
159
159
- name : Extract Mrtrix version
160
160
run : echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV
161
161
- name : Download auto-gen pydra
162
- uses : actions/download-artifact@v3
162
+ uses : actions/download-artifact@v4
163
163
with :
164
164
name : AutoGen
165
165
path : pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }}
@@ -208,22 +208,22 @@ jobs:
208
208
- name : Fetch tags
209
209
run : git fetch --prune --unshallow
210
210
- name : Download version file
211
- uses : actions/download-artifact@v3
211
+ uses : actions/download-artifact@v4
212
212
with :
213
213
name : VersionFile
214
214
path : mrtrix3_version.txt
215
215
- name : Extract Mrtrix version
216
216
run : echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV
217
217
- name : Download auto-gen pydra
218
- uses : actions/download-artifact@v3
218
+ uses : actions/download-artifact@v4
219
219
with :
220
220
name : AutoGen
221
221
path : pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }}
222
222
- name : Strip auto package from gitignore so it is included in package
223
223
run : |
224
224
sed -i '/\/pydra\/tasks\/mrtrix3\/${{ env.SUBPKG_NAME }}/d' .gitignore
225
225
- name : Download MRtrix3 install
226
- uses : actions/download-artifact@v3
226
+ uses : actions/download-artifact@v4
227
227
with :
228
228
name : MRtrix3
229
229
path : ${{ env.MRTRIX_INSTALL}}
@@ -345,14 +345,14 @@ jobs:
345
345
- name : Fetch tags
346
346
run : git fetch --prune --unshallow
347
347
- name : Download version file
348
- uses : actions/download-artifact@v3
348
+ uses : actions/download-artifact@v4
349
349
with :
350
350
name : VersionFile
351
351
path : mrtrix3_version.txt
352
352
- name : Extract Mrtrix version
353
353
run : echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV
354
354
- name : Download auto-gen pydra
355
- uses : actions/download-artifact@v3
355
+ uses : actions/download-artifact@v4
356
356
with :
357
357
name : AutoGen
358
358
path : pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }}
0 commit comments