Skip to content

Commit

Permalink
Downgrade upload-artifact in manylinux workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 4, 2024
1 parent 7978791 commit 3fa9bb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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@v4
uses: actions/upload-artifact@v3
with:
name: "wheels-${{ brace('matrix.config.tag') }}"
path: wheelhouse/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip-wheel-args: '--no-deps -w ./wheelhouse'

- name: Upload Artifacts 🚀
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: "wheels-${{ matrix.config.tag }}"
path: wheelhouse/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip-wheel-args: '--no-deps -w ./wheelhouse'

- name: Upload Artifacts 🚀
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: "wheels-${{ matrix.config.tag }}"
path: wheelhouse/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip-wheel-args: '--no-deps -w ./wheelhouse'

- name: Upload Artifacts 🚀
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: "wheels-${{ matrix.config.tag }}"
path: wheelhouse/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip-wheel-args: '--no-deps -w ./wheelhouse'

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

0 comments on commit 3fa9bb8

Please sign in to comment.