Skip to content

Commit

Permalink
update upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Dec 11, 2024
1 parent f0e2c06 commit 5d9f224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
CIBW_ARCHS: "auto64"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

0 comments on commit 5d9f224

Please sign in to comment.