Skip to content

Commit 08a5dfb

Browse files
authored
Merge pull request #727 from nipype/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2 parents dc121df + 95ea435 commit 08a5dfb

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
@@ -68,13 +68,13 @@ jobs:
6868

6969
steps:
7070
- name: Fetch sdist/wheel
71-
uses: actions/download-artifact@v3
71+
uses: actions/download-artifact@v4
7272
if: matrix.install == 'sdist' || matrix.install == 'wheel'
7373
with:
7474
name: dist
7575
path: dist/
7676
- name: Fetch git archive
77-
uses: actions/download-artifact@v3
77+
uses: actions/download-artifact@v4
7878
if: matrix.install == 'archive'
7979
with:
8080
name: archive

0 commit comments

Comments
 (0)