Skip to content

Commit 67b51f1

Browse files
committed
update ci upload-artifact to v4
1 parent 1c04f83 commit 67b51f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build wheels
3232
run: "git config --global --add safe.directory '*' && ./scripts/build.sh"
3333
- name: Upload wheels
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: linux-wheels-all
3737
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)