Skip to content

Commit 8d838aa

Browse files
Bump actions/download-artifact from 5 to 6 (#210)
1 parent ffdb4c3 commit 8d838aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
if: github.event_name == 'release' && github.event.action == 'published'
106106
steps:
107107
- name: Download artifacts
108-
uses: actions/download-artifact@v5
108+
uses: actions/download-artifact@v6
109109
with:
110110
# unpacks all CIBW artifacts into dist/
111111
pattern: cibw-*

0 commit comments

Comments
 (0)