3636 SCCACHE_CACHE_SIZE : " 2G"
3737
3838 steps :
39- - uses : actions/checkout@v1
39+ - uses : actions/checkout@v2
4040 with :
4141 submodules : true
4242 - name : Set Git User
@@ -146,14 +146,14 @@ jobs:
146146 steps :
147147 - uses : actions/checkout@v2
148148 - name : Download version file
149- uses : actions/download-artifact@v2
149+ uses : actions/download-artifact@v3
150150 with :
151151 name : VersionFile
152152 path : mrtrix3_version.txt
153153 - name : Extract Mrtrix version
154154 run : echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV
155155 - name : Download auto-gen pydra
156- uses : actions/download-artifact@v2
156+ uses : actions/download-artifact@v3
157157 with :
158158 name : AutoGen
159159 path : pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }}
@@ -202,22 +202,22 @@ jobs:
202202 - name : Fetch tags
203203 run : git fetch --prune --unshallow
204204 - name : Download version file
205- uses : actions/download-artifact@v2
205+ uses : actions/download-artifact@v3
206206 with :
207207 name : VersionFile
208208 path : mrtrix3_version.txt
209209 - name : Extract Mrtrix version
210210 run : echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV
211211 - name : Download auto-gen pydra
212- uses : actions/download-artifact@v2
212+ uses : actions/download-artifact@v3
213213 with :
214214 name : AutoGen
215215 path : pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }}
216216 - name : Strip auto package from gitignore so it is included in package
217217 run : |
218218 sed -i '/\/pydra\/tasks\/mrtrix3\/${{ env.SUBPKG_NAME }}/d' .gitignore
219219 - name : Download MRtrix3 install
220- uses : actions/download-artifact@v2
220+ uses : actions/download-artifact@v3
221221 with :
222222 name : MRtrix3
223223 path : ${{ env.MRTRIX_INSTALL}}
@@ -242,7 +242,7 @@ jobs:
242242 -e '.[test]'
243243 - name : Test with pytest
244244 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
246246 if : ${{ always() }}
247247
248248 deploy-fileformats :
@@ -321,14 +321,14 @@ jobs:
321321 git config --local user.email "[email protected] " 322322 git config --local user.name "GitHub Action"
323323 - name : Download version file
324- uses : actions/download-artifact@v2
324+ uses : actions/download-artifact@v3
325325 with :
326326 name : VersionFile
327327 path : mrtrix3_version.txt
328328 - name : Extract Mrtrix version
329329 run : echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV
330330 - name : Download auto-gen pydra
331- uses : actions/download-artifact@v2
331+ uses : actions/download-artifact@v3
332332 with :
333333 name : AutoGen
334334 path : pydra/tasks/mrtrix3/${{ env.SUBPKG_NAME }}
0 commit comments