Skip to content

Commit

Permalink
[Misc] Update upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
massquantity committed Jun 12, 2024
1 parent 85f5a17 commit fda5ce4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ jobs:
run: cibuildwheel --output-dir wheelhouse

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

# Build the source distribution under Linux
Expand Down

0 comments on commit fda5ce4

Please sign in to comment.