Skip to content

Commit

Permalink
Changed artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitSolomonPrinceton committed Oct 10, 2024
1 parent 6a53a9e commit 10b50fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
twine upload wheelhouse/*
- name: Upload artifacts to github
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: wheels
path: ./wheelhouse
2 changes: 1 addition & 1 deletion .github/workflows/build_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
twine upload wheelhouse/*
- name: Upload artifacts to github
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: wheels
path: ./wheelhouse

0 comments on commit 10b50fa

Please sign in to comment.