Skip to content

Commit 412d823

Browse files
committed
ECC-1793: develop binary wheel use v4 of upload-artifact
1 parent 6a11051 commit 412d823

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-wheel-linux.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,39 +51,39 @@ jobs:
5151

5252
################################################################
5353
- run: ./scripts/wheel-linux.sh 3.8
54-
- uses: actions/upload-artifact@v2
54+
- uses: actions/upload-artifact@v4
5555
name: Upload wheel 3.8
5656
with:
5757
name: wheel-manylinux2014-3.8
5858
path: wheelhouse/*.whl
5959

6060
# ################################################################
6161
- run: ./scripts/wheel-linux.sh 3.9
62-
- uses: actions/upload-artifact@v2
62+
- uses: actions/upload-artifact@v4
6363
name: Upload wheel 3.9
6464
with:
6565
name: wheel-manylinux2014-3.9
6666
path: wheelhouse/*.whl
6767

6868
# ################################################################
6969
- run: ./scripts/wheel-linux.sh 3.10
70-
- uses: actions/upload-artifact@v2
70+
- uses: actions/upload-artifact@v4
7171
name: Upload wheel 3.10
7272
with:
7373
name: wheel-manylinux2014-3.10
7474
path: wheelhouse/*.whl
7575

7676
# ################################################################
7777
- run: ./scripts/wheel-linux.sh 3.11
78-
- uses: actions/upload-artifact@v2
78+
- uses: actions/upload-artifact@v4
7979
name: Upload wheel 3.11
8080
with:
8181
name: wheel-manylinux2014-3.11
8282
path: wheelhouse/*.whl
8383

8484
# ################################################################
8585
- run: ./scripts/wheel-linux.sh 3.12
86-
- uses: actions/upload-artifact@v2
86+
- uses: actions/upload-artifact@v4
8787
name: Upload wheel 3.12
8888
with:
8989
name: wheel-manylinux2014-3.12

.github/workflows/build-wheel-macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- run: ./scripts/wheel-macos.sh "3.9"
5858
- run: ls -l wheelhouse
59-
- uses: actions/upload-artifact@v2
59+
- uses: actions/upload-artifact@v4
6060
name: Upload wheel 3.9 ${{ matrix.arch_type }}
6161
with:
6262
name: wheel-macos-${{ matrix.arch_type }}-3.9
@@ -65,7 +65,7 @@ jobs:
6565

6666
- run: ./scripts/wheel-macos.sh "3.10"
6767
- run: ls -l wheelhouse
68-
- uses: actions/upload-artifact@v2
68+
- uses: actions/upload-artifact@v4
6969
name: Upload wheel 3.10 ${{ matrix.arch_type }}
7070
with:
7171
name: wheel-macos-${{ matrix.arch_type }}-3.10
@@ -74,7 +74,7 @@ jobs:
7474

7575
- run: ./scripts/wheel-macos.sh "3.11"
7676
- run: ls -l wheelhouse
77-
- uses: actions/upload-artifact@v2
77+
- uses: actions/upload-artifact@v4
7878
name: Upload wheel 3.11 ${{ matrix.arch_type }}
7979
with:
8080
name: wheel-macos-${{ matrix.arch_type }}-3.11
@@ -83,7 +83,7 @@ jobs:
8383

8484
- run: ./scripts/wheel-macos.sh "3.12"
8585
- run: ls -l wheelhouse
86-
- uses: actions/upload-artifact@v2
86+
- uses: actions/upload-artifact@v4
8787
name: Upload wheel 3.12 ${{ matrix.arch_type }}
8888
with:
8989
name: wheel-macos-${{ matrix.arch_type }}-3.12

0 commit comments

Comments
 (0)