Skip to content

Commit

Permalink
Merge pull request #1708 from alugowski/readme
Browse files Browse the repository at this point in the history
docs: update to readme example to `upload-artifact` v4
  • Loading branch information
joerick committed Dec 21, 2023
2 parents 909d53b + bf6eacd commit 056a543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 056a543

Please sign in to comment.