Skip to content

Commit

Permalink
chore: Upgrade artifact actions from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Apr 17, 2024
1 parent 7823c22 commit a535971
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
args: --release --universal2 --out dist

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
args: --release --out dist

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -125,7 +125,7 @@ jobs:
args: --release --out dist

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -151,7 +151,7 @@ jobs:
args: --release --out dist

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
maturin build --release --target arm-unknown-linux-gnueabihf --out dist
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -200,7 +200,7 @@ jobs:
name: Deploy wheels to pypi
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: wheels
path: dist
Expand Down

0 comments on commit a535971

Please sign in to comment.