Skip to content

Commit a5a5e27

Browse files
committed
fix python ci again
1 parent df70ba2 commit a5a5e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
maturin --version
5151
maturin build --release --manylinux 2_28
5252
- name: Upload wheel
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: wheels-${{ matrix.release-os }}-${{ matrix.release-arch }}
5656
path: target/wheels/*.whl
@@ -87,7 +87,7 @@ jobs:
8787
maturin --version
8888
maturin build --release
8989
- name: Upload wheel
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: wheels-${{ matrix.release-os }}-${{ matrix.release-arch }}
9393
path: target/wheels/*.whl

0 commit comments

Comments
 (0)