Skip to content

Commit 056a543

Browse files
authored
Merge pull request #1708 from alugowski/readme
docs: update to readme example to `upload-artifact` v4
2 parents 909d53b + bf6eacd commit 056a543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ jobs:
105105
# env:
106106
# CIBW_SOME_OPTION: value
107107

108-
- uses: actions/upload-artifact@v3
108+
- uses: actions/upload-artifact@v4
109109
with:
110+
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
110111
path: ./wheelhouse/*.whl
111112
```
112113

0 commit comments

Comments
 (0)