36
36
SCCACHE_CACHE_SIZE : " 2G"
37
37
38
38
steps :
39
- - uses : actions/checkout@v1
39
+ - uses : actions/checkout@v2
40
40
with :
41
41
submodules : true
42
42
- name : Set Git User
@@ -146,14 +146,14 @@ jobs:
146
146
steps :
147
147
- uses : actions/checkout@v2
148
148
- name : Download version file
149
- uses : actions/download-artifact@v2
149
+ uses : actions/download-artifact@v3
150
150
with :
151
151
name : VersionFile
152
152
path : mrtrix3_version.txt
153
153
- name : Extract Mrtrix version
154
154
run : echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV
155
155
- name : Download auto-gen pydra
156
- uses : actions/download-artifact@v2
156
+ uses : actions/download-artifact@v3
157
157
with :
158
158
name : AutoGen
159
159
path : pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }}
@@ -202,22 +202,22 @@ jobs:
202
202
- name : Fetch tags
203
203
run : git fetch --prune --unshallow
204
204
- name : Download version file
205
- uses : actions/download-artifact@v2
205
+ uses : actions/download-artifact@v3
206
206
with :
207
207
name : VersionFile
208
208
path : mrtrix3_version.txt
209
209
- name : Extract Mrtrix version
210
210
run : echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV
211
211
- name : Download auto-gen pydra
212
- uses : actions/download-artifact@v2
212
+ uses : actions/download-artifact@v3
213
213
with :
214
214
name : AutoGen
215
215
path : pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }}
216
216
- name : Strip auto package from gitignore so it is included in package
217
217
run : |
218
218
sed -i '/\/pydra\/tasks\/mrtrix3\/${{ env.SUBPKG_NAME }}/d' .gitignore
219
219
- name : Download MRtrix3 install
220
- uses : actions/download-artifact@v2
220
+ uses : actions/download-artifact@v3
221
221
with :
222
222
name : MRtrix3
223
223
path : ${{ env.MRTRIX_INSTALL}}
@@ -242,7 +242,7 @@ jobs:
242
242
-e '.[test]'
243
243
- name : Test with pytest
244
244
run : pytest -sv pydra/tasks/mrtrix3 --cov pydra.tasks.mrtrix3 --cov-report xml
245
- - uses : codecov/codecov-action@v1
245
+ - uses : codecov/codecov-action@v2
246
246
if : ${{ always() }}
247
247
248
248
deploy-fileformats :
@@ -321,14 +321,14 @@ jobs:
321
321
git config --local user.email "[email protected] "
322
322
git config --local user.name "GitHub Action"
323
323
- name : Download version file
324
- uses : actions/download-artifact@v2
324
+ uses : actions/download-artifact@v3
325
325
with :
326
326
name : VersionFile
327
327
path : mrtrix3_version.txt
328
328
- name : Extract Mrtrix version
329
329
run : echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV
330
330
- name : Download auto-gen pydra
331
- uses : actions/download-artifact@v2
331
+ uses : actions/download-artifact@v3
332
332
with :
333
333
name : AutoGen
334
334
path : pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }}
0 commit comments