Skip to content

Commit c890394

Browse files
authored
Fix download action version (#26)
1 parent ea0cfc8 commit c890394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264

265265
steps:
266266
- name: Download the wheels
267-
uses: actions/download-artifact@v3
267+
uses: actions/download-artifact@v4
268268
with:
269269
path: dist/
270270
merge-multiple: true

0 commit comments

Comments
 (0)