Skip to content

Commit 2522df1

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...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] <support@github.com>
1 parent 105a125 commit 2522df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

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

210210
steps:
211211
- name: Download artifacts
212-
uses: actions/download-artifact@v6
212+
uses: actions/download-artifact@v7
213213
with:
214214
pattern: "wheelhouse-*-*"
215215
path: "./wheelhouse"
@@ -240,7 +240,7 @@ jobs:
240240

241241
steps:
242242
- name: Download artifacts
243-
uses: actions/download-artifact@v6
243+
uses: actions/download-artifact@v7
244244
with:
245245
pattern: "wheelhouse-*-*"
246246
path: "./wheelhouse"

0 commit comments

Comments
 (0)