Skip to content

Commit

Permalink
Merge pull request #418 from nipreps/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4

build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
oesteban authored Jan 18, 2024
2 parents 004770f + 449be8b commit 45eb7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Fetch packages
if: matrix.install == 'sdist' || matrix.install == 'wheel'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand Down

0 comments on commit 45eb7d0

Please sign in to comment.