Skip to content

Commit 47c0e8e

Browse files
authored
Merge pull request #18 from metab0t/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents de2f3d1 + 526bdab commit 47c0e8e

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)