Skip to content

Commit 12031bc

Browse files
ci: update to upload-artifacts v4
1 parent 6bc47e9 commit 12031bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
CIBW_ARCHS_MACOS: "x86_64 arm64"
3636
CIBW_ARCHS: auto64
3737

38-
- uses: actions/upload-artifact@v3
38+
- name: Upload built wheels
39+
uses: actions/upload-artifact@v4
3940
with:
41+
name: built-wheels-${{ matrix.os }}-${{ matrix.arch }}
4042
path: ./wheelhouse/*.whl
43+
if-no-files-found: warn

0 commit comments

Comments
 (0)