Skip to content

Commit 45eb7d0

Browse files
authored
Merge pull request #418 from nipreps/dependabot/github_actions/actions/download-artifact-4
build(deps): bump actions/download-artifact from 3 to 4
2 parents 004770f + 449be8b commit 45eb7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
python-version: ${{ matrix.python-version }}
9696
- name: Fetch packages
9797
if: matrix.install == 'sdist' || matrix.install == 'wheel'
98-
uses: actions/download-artifact@v3
98+
uses: actions/download-artifact@v4
9999
with:
100100
name: dist
101101
path: dist/

0 commit comments

Comments
 (0)