Skip to content

Commit 02f6e7c

Browse files
ci: update to upload artifacts v4
1 parent 7a616bc commit 02f6e7c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build_wheels.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/setup-qemu-action@v1
2929

3030
- name: Build wheels
31-
uses: pypa/cibuildwheel@v2.19.1
31+
uses: pypa/cibuildwheel@v2.22.0
3232
with:
3333
output-dir: ./wheelhouse
3434
# to supply options, put them in 'env', like:
@@ -37,6 +37,9 @@ jobs:
3737
CIBW_BEFORE_BUILD: pip install numpy setuptools wheel
3838
CIBW_ARCHS_MACOS: "x86_64 arm64"
3939

40-
- uses: actions/upload-artifact@v2
40+
- name: Upload built wheels
41+
uses: actions/upload-artifact@v4
4142
with:
43+
name: built-wheels-${{ matrix.os }}-${{ matrix.arch }}
4244
path: ./wheelhouse/*.whl
45+
if-no-files-found: warn

0 commit comments

Comments
 (0)