Skip to content

Commit 7b00b4c

Browse files
Bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48fa37b commit 7b00b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Download all the dists
67-
uses: actions/download-artifact@v4
67+
uses: actions/download-artifact@v7
6868
with:
6969
pattern: cibw-wheels-*
7070
merge-multiple: true
@@ -92,7 +92,7 @@ jobs:
9292

9393
steps:
9494
- name: Download all the dists
95-
uses: actions/download-artifact@v4
95+
uses: actions/download-artifact@v7
9696
with:
9797
pattern: cibw-wheels-*
9898
merge-multiple: true

0 commit comments

Comments
 (0)