Skip to content

Commit 01f4e88

Browse files
committed
updated action versions
1 parent 270d183 commit 01f4e88

File tree

1 file changed

+5
-5
lines changed
  • nipype2pydra/pkg_gen/resources/templates/gh_workflows

1 file changed

+5
-5
lines changed

nipype2pydra/pkg_gen/resources/templates/gh_workflows/ci-cd.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run automatic Nipype > Pydra conversion
4646
run: ./nipype-auto-conv/generate
4747

48-
- uses: actions/upload-artifact@v3
48+
- uses: actions/upload-artifact@v4
4949
with:
5050
name: converted-nipype
5151
path: pydra/tasks/CHANGEME/auto
@@ -69,7 +69,7 @@ jobs:
6969
run: git checkout $(git tag -l | grep 'v.*' | tail -n 1 | awk -F post '{print $1}')
7070

7171
- name: Download tasks converted from Nipype
72-
uses: actions/download-artifact@v3
72+
uses: actions/download-artifact@v4
7373
with:
7474
name: converted-nipype
7575
path: pydra/tasks/CHANGEME/auto
@@ -140,7 +140,7 @@ jobs:
140140
echo "PATH=${{ env.CHANGEME_install_dir }}/bin:$PATH" >> $GITHUB_ENV
141141
142142
- name: Download tasks converted from Nipype
143-
uses: actions/download-artifact@v3
143+
uses: actions/download-artifact@v4
144144
with:
145145
name: converted-nipype
146146
path: pydra/tasks/CHANGEME/auto
@@ -291,7 +291,7 @@ jobs:
291291
run: git checkout ${{ steps.latest_tag.outputs.TAG }}
292292

293293
- name: Download tasks converted from Nipype
294-
uses: actions/download-artifact@v3
294+
uses: actions/download-artifact@v4
295295
with:
296296
name: converted-nipype
297297
path: pydra/tasks/CHANGEME/auto
@@ -345,7 +345,7 @@ jobs:
345345
- name: Check distributions
346346
run: twine check dist/*
347347

348-
- uses: actions/upload-artifact@v3
348+
- uses: actions/upload-artifact@v4
349349
with:
350350
name: distributions
351351
path: dist/

0 commit comments

Comments
 (0)