Skip to content

Commit

Permalink
Upgrade GH actions upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinung-r committed Sep 10, 2024
1 parent 7d3c6cc commit e1920e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
python -m cibuildwheel --output-dir wheelhouse python/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

Expand Down

0 comments on commit e1920e6

Please sign in to comment.