docs: update to readme example to upload-artifact v4

This commit is contained in:
Adam Lugowski
2023-12-20 20:00:20 -08:00
parent 909d53b9b6
commit bf6eacdf25
+2 -1
View File
@@ -105,8 +105,9 @@ jobs:
# env:
# CIBW_SOME_OPTION: value
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl
```