Skip to content

Commit

Permalink
Merge pull request #727 from nipype/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
ghisvail committed Feb 2, 2024
2 parents dc121df + 95ea435 commit 08a5dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testpydra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:

steps:
- name: Fetch sdist/wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
if: matrix.install == 'sdist' || matrix.install == 'wheel'
with:
name: dist
path: dist/
- name: Fetch git archive
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
if: matrix.install == 'archive'
with:
name: archive
Expand Down

0 comments on commit 08a5dfb

Please sign in to comment.