Skip to content

Commit a5eaf16

Browse files
authored
[Misc] Update upload-artifact version (#485)
1 parent 85f5a17 commit a5eaf16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,9 @@ jobs:
132132
run: cibuildwheel --output-dir wheelhouse
133133

134134
- name: Store artifacts
135-
uses: actions/upload-artifact@v3
135+
uses: actions/upload-artifact@v4
136136
with:
137+
name: wheels
137138
path: wheelhouse/*.whl
138139

139140
# Build the source distribution under Linux

0 commit comments

Comments
 (0)