Merge pull request #1708 from alugowski/readme

docs: update to readme example to `upload-artifact` v4
This commit is contained in:
Joe Rickerby
2023-12-21 18:40:14 +00:00
committed by GitHub
+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
```