Skip to content

Commit eb591c6

Browse files
author
Jon Wedell
committed
Update to upload-artifact@v4 again, with necessary changes to get it working.
1 parent a82502a commit eb591c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manylinux_wheel_builder.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
# env:
3838
# CIBW_SOME_OPTION: value
3939

40-
- uses: actions/upload-artifact@v3
40+
- uses: actions/upload-artifact@v4
4141
with:
42+
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
4243
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)