Skip to content

Commit

Permalink
Bump actions/upload-artifact for manylinux builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Feb 3, 2025
1 parent 67b3bcf commit db33d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo_helper/templates/manylinux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
pip-wheel-args: '--no-deps -w ./wheelhouse'

- name: Upload Artifacts 🚀
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "wheels-{{ tag }}"
path: wheelhouse/
Expand Down

0 comments on commit db33d78

Please sign in to comment.