Skip to content

Commit 9d258db

Browse files
authored
Merge pull request #993 from nipreps/dependabot/github_actions/actions-infrastructure-dc500464ed
Build(deps): Bump actions/upload-artifact from 4 to 5 in the actions-infrastructure group
2 parents 29f197b + 89c5e1d commit 9d258db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pipx run build
3939
- name: Check distributions
4040
run: pipx run twine check dist/*
41-
- uses: actions/upload-artifact@v4
41+
- uses: actions/upload-artifact@v5
4242
with:
4343
name: dist
4444
path: dist/

0 commit comments

Comments
 (0)