Skip to content

Commit 8b08d06

Browse files
committed
fix the other upload-artifact line
1 parent d1b98b9 commit 8b08d06

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
@@ -70,7 +70,7 @@ jobs:
7070
shell: bash
7171

7272
- name: Upload wheels
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
with:
7575
path: wheelhouse/*.whl
7676

0 commit comments

Comments
 (0)