Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
twine check dist/*

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v6
with:
name: dist-pure
path: dist
Expand All @@ -155,7 +155,7 @@ jobs:
args: ./build-wheels.sh manylinux_2_12_x86_64

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v6
with:
name: wheelhouse-manylinux_2_12_x86_64
path: wheelhouse
Expand All @@ -180,7 +180,7 @@ jobs:
args: linux32 ./build-wheels.sh manylinux_2_12_i686

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v6
with:
name: wheelhouse-manylinux_2_12_i686
path: wheelhouse
Expand All @@ -205,7 +205,7 @@ jobs:
args: ./build-wheels.sh manylinux_2_17_x86_64

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v6
with:
name: wheelhouse-manylinux_2_17_x86_64
path: wheelhouse
Expand All @@ -230,7 +230,7 @@ jobs:
args: linux32 ./build-wheels.sh manylinux_2_17_i686

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v6
with:
name: wheelhouse-manylinux_2_17_i686
path: wheelhouse
Expand All @@ -255,7 +255,7 @@ jobs:
args: ./build-wheels.sh manylinux_2_28_x86_64

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v6
with:
name: wheelhouse-manylinux_2_28_x86_64
path: wheelhouse
Expand Down