Skip to content

Commit

Permalink
Upgrade GitHub Actions upload-artifact in build workflow (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Mar 22, 2024
1 parent cc1716c commit e5c740e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: |
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels-${{ matrix.os }}
path: '${{ github.workspace }}/wheelhouse/*.whl'

0 comments on commit e5c740e

Please sign in to comment.