Skip to content

Commit 526bdab

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

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
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Download all the dists
78-
uses: actions/download-artifact@v4
78+
uses: actions/download-artifact@v5
7979
with:
8080
pattern: cibw-wheels-*
8181
merge-multiple: true
@@ -103,7 +103,7 @@ jobs:
103103

104104
steps:
105105
- name: Download all the dists
106-
uses: actions/download-artifact@v4
106+
uses: actions/download-artifact@v5
107107
with:
108108
pattern: cibw-wheels-*
109109
merge-multiple: true

0 commit comments

Comments
 (0)