Skip to content

Commit c72116a

Browse files
authored
Merge pull request #425 from nipreps/dependabot/github_actions/actions-infrastructure-8204c6933e
Build(deps): Bump the actions-infrastructure group with 2 updates
2 parents 1988bba + fe56cc7 commit c72116a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: pipx run build
5858
- name: Check distributions
5959
run: pipx run twine check dist/*
60-
- uses: actions/upload-artifact@v3
60+
- uses: actions/upload-artifact@v4
6161
with:
6262
name: dist
6363
path: dist/
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v4
8686
if: matrix.install == 'repo' || matrix.install == 'editable'
8787
- name: Fetch packages
88-
uses: actions/download-artifact@v3
88+
uses: actions/download-artifact@v4
8989
with:
9090
name: dist
9191
path: dist/

0 commit comments

Comments
 (0)