Skip to content

Commit 93acb7a

Browse files
dependabot[bot]metab0t
authored andcommitted
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3e1f45 commit 93acb7a

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@v7
67+
uses: actions/download-artifact@v8
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@v7
95+
uses: actions/download-artifact@v8
9696
with:
9797
pattern: cibw-wheels-*
9898
merge-multiple: true

0 commit comments

Comments
 (0)