Skip to content

Commit a026d02

Browse files
committed
ECC-1793: develop binary wheel use v3 of upload-artifact for manylinux
1 parent 412d823 commit a026d02

1 file changed

Lines changed: 5 additions & 5 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@v4
54+
- uses: actions/@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@v4
62+
- uses: actions/upload-artifact@v3
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@v4
70+
- uses: actions/upload-artifact@v3
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@v4
78+
- uses: actions/upload-artifact@v3
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@v4
86+
- uses: actions/upload-artifact@v3
8787
name: Upload wheel 3.12
8888
with:
8989
name: wheel-manylinux2014-3.12

0 commit comments

Comments
 (0)