docs: update examples for v4 of upload-artifact and download-artifact actions (#1705)

* docs: update examples for v4 of `upload-artifact` and `download-artifact` actions

* docs: use more unique artifact name

* docs: update github example workflows to artifact actions v4
This commit is contained in:
Adam Lugowski
2023-12-20 17:32:28 -05:00
committed by GitHub
parent 6e2f4c00ab
commit 2c4974286f
6 changed files with 23 additions and 14 deletions
+2 -1
View File
@@ -23,6 +23,7 @@ jobs:
# output-dir: wheelhouse
# config-file: "{package}/pyproject.toml"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl