File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
run : git checkout $(git tag -l | grep 'v.*' | tail -n 1 | awk -F post '{print $1}')
72
72
73
73
- name : Download tasks converted from Nipype
74
- uses : actions/download-artifact@v3
74
+ uses : actions/download-artifact@v4
75
75
with :
76
76
name : converted-nipype
77
77
path : pydra/tasks/ants/auto
@@ -162,7 +162,7 @@ jobs:
162
162
run : git checkout $(git tag -l | grep 'v.*' | tail -n 1 | awk -F post '{print $1}')
163
163
164
164
- name : Download tasks converted from Nipype
165
- uses : actions/download-artifact@v3
165
+ uses : actions/download-artifact@v4
166
166
with :
167
167
name : converted-nipype
168
168
path : pydra/tasks/ants/auto
@@ -313,7 +313,7 @@ jobs:
313
313
run : git checkout ${{ steps.latest_tag.outputs.TAG }}
314
314
315
315
- name : Download tasks converted from Nipype
316
- uses : actions/download-artifact@v3
316
+ uses : actions/download-artifact@v4
317
317
with :
318
318
name : converted-nipype
319
319
path : pydra/tasks/ants/auto
@@ -367,7 +367,7 @@ jobs:
367
367
- name : Check distributions
368
368
run : twine check dist/*
369
369
370
- - uses : actions/upload-artifact@v3
370
+ - uses : actions/upload-artifact@v4
371
371
with :
372
372
name : distributions
373
373
path : dist/
You can’t perform that action at this time.
0 commit comments