Skip to content

Commit 46acad4

Browse files
committed
updated action versions
1 parent 1ddd8c1 commit 46acad4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: git checkout $(git tag -l | grep 'v.*' | tail -n 1 | awk -F post '{print $1}')
7272

7373
- name: Download tasks converted from Nipype
74-
uses: actions/download-artifact@v3
74+
uses: actions/download-artifact@v4
7575
with:
7676
name: converted-nipype
7777
path: pydra/tasks/ants/auto
@@ -162,7 +162,7 @@ jobs:
162162
run: git checkout $(git tag -l | grep 'v.*' | tail -n 1 | awk -F post '{print $1}')
163163

164164
- name: Download tasks converted from Nipype
165-
uses: actions/download-artifact@v3
165+
uses: actions/download-artifact@v4
166166
with:
167167
name: converted-nipype
168168
path: pydra/tasks/ants/auto
@@ -313,7 +313,7 @@ jobs:
313313
run: git checkout ${{ steps.latest_tag.outputs.TAG }}
314314

315315
- name: Download tasks converted from Nipype
316-
uses: actions/download-artifact@v3
316+
uses: actions/download-artifact@v4
317317
with:
318318
name: converted-nipype
319319
path: pydra/tasks/ants/auto
@@ -367,7 +367,7 @@ jobs:
367367
- name: Check distributions
368368
run: twine check dist/*
369369

370-
- uses: actions/upload-artifact@v3
370+
- uses: actions/upload-artifact@v4
371371
with:
372372
name: distributions
373373
path: dist/

0 commit comments

Comments
 (0)