Skip to content

Commit

Permalink
CI: update upload/download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Aug 19, 2024
1 parent f0f26b2 commit ec29e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wheels
path: ./wheelhouse/*.whl
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: wheels
path: dist
Expand Down

0 comments on commit ec29e22

Please sign in to comment.