Skip to content

Commit 9018c77

Browse files
authored
Merge pull request #14 from nipreps/dependabot/github_actions/actions-infrastructure-b46a43034d
Chore(deps): Bump actions/download-artifact from 5 to 6 in the actions-infrastructure group
2 parents 3fd41ea + 0f5bf72 commit 9018c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
5252
steps:
5353
- name: Download packages
54-
uses: actions/download-artifact@v5
54+
uses: actions/download-artifact@v6
5555
with:
5656
name: Packages
5757
path: dist/
@@ -76,7 +76,7 @@ jobs:
7676
id-token: write
7777
steps:
7878
- name: Download packages
79-
uses: actions/download-artifact@v5
79+
uses: actions/download-artifact@v6
8080
with:
8181
name: Packages
8282
path: dist/

0 commit comments

Comments
 (0)