Skip to content

Commit 95f94d5

Browse files
authored
Merge pull request #728 from nipype/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 08a5dfb + 9a30323 commit 95f94d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testpydra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: pip install --upgrade build twine
3232
- run: python -m build
3333
- run: twine check dist/*
34-
- uses: actions/upload-artifact@v3
34+
- uses: actions/upload-artifact@v4
3535
with:
3636
name: dist
3737
path: dist/
@@ -40,7 +40,7 @@ jobs:
4040
git clean -fxd
4141
mkdir archive
4242
git archive -o archive/pydra.zip HEAD
43-
- uses: actions/upload-artifact@v3
43+
- uses: actions/upload-artifact@v4
4444
with:
4545
name: archive
4646
path: archive/

0 commit comments

Comments
 (0)