Skip to content

Commit

Permalink
use v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwy committed Nov 17, 2024
1 parent 588cfb2 commit 1801b46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
command: sdist
args: -o dist
- name: Upload sdist
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: bindings/python/dist
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
# Workaround ring 0.17 build issue
CFLAGS_aarch64_unknown_linux_gnu: "-D__ARM_ARCH=8"
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: bindings/python/dist
Expand All @@ -83,7 +83,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: wheels
path: bindings/python/dist
Expand Down

0 comments on commit 1801b46

Please sign in to comment.