Skip to content

Commit

Permalink
ci(hydro_cli): bump upload-artifact action to v4 (#1661)
Browse files Browse the repository at this point in the history
v3 now fails on GHA
  • Loading branch information
shadaj authored Jan 16, 2025
1 parent 146d10a commit 99cfb68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
pip install hydro_deploy/hydro_cli/dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
- name: "Upload wheels"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: hydro_deploy/hydro_cli/dist
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
pip install hydro_deploy/hydro_cli/dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
- name: "Upload wheels"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: hydro_deploy/hydro_cli/dist
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
manylinux: auto
args: --release --out dist
- name: "Upload wheels"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: hydro_deploy/hydro_cli/dist
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
run: |
python -m pip install hydro_deploy/hydro_cli/dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
- name: "Upload wheels"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: hydro_deploy/hydro_cli/dist
Expand Down

0 comments on commit 99cfb68

Please sign in to comment.