Skip to content

Commit 0175bc1

Browse files
committed
change version upload
1 parent def4b05 commit 0175bc1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cross_platform_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: maturin build --release
5353

5454
- name: Upload wheels
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: wheels-${{ matrix.os }}-py${{ matrix.python-version }}
5858
path: target/wheels/
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Download all artifacts
68-
uses: actions/download-artifact@v3
68+
uses: actions/download-artifact@v4
6969
with:
7070
path: wheels
7171

@@ -74,7 +74,7 @@ jobs:
7474
shell: bash
7575

7676
- name: Upload combined wheels
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: all-wheels
8080
path: wheels/*/*.whl

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
maturin build --release --strip
3939
4040
- name: Upload wheels
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: wheels-${{ matrix.os }}-${{ matrix.python-version }}
4444
path: target/wheels/*.whl
@@ -62,7 +62,7 @@ jobs:
6262
python-version: '3.10 3.11'
6363

6464
- name: Upload wheels
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: wheels-manylinux
6868
path: target/wheels/*.whl
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v4
7777

7878
- name: Download all artifacts
79-
uses: actions/download-artifact@v3
79+
uses: actions/download-artifact@v4
8080
with:
8181
path: wheels
8282

0 commit comments

Comments
 (0)