Skip to content

Commit b2b9a91

Browse files
authored
Merge pull request #66 from metab0t/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 4 to 7
2 parents f417775 + 7b00b4c commit b2b9a91

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)