Skip to content

Commit 9043d06

Browse files
authored
Merge pull request #106 from ecmwf/artifact-version
Update to artifact actions v4
2 parents 7a2d614 + c4ab7ce commit 9043d06

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -53,39 +53,39 @@ jobs:
5353

5454
################################################################
5555
- run: ./scripts/wheel-linux.sh 3.8
56-
- uses: actions/upload-artifact@v3
56+
- uses: actions/upload-artifact@v4
5757
name: Upload wheel 3.8
5858
with:
5959
name: wheel-manylinux2014-3.8
6060
path: wheelhouse/*.whl
6161

6262
# ################################################################
6363
- run: ./scripts/wheel-linux.sh 3.9
64-
- uses: actions/upload-artifact@v3
64+
- uses: actions/upload-artifact@v4
6565
name: Upload wheel 3.9
6666
with:
6767
name: wheel-manylinux2014-3.9
6868
path: wheelhouse/*.whl
6969

7070
# ################################################################
7171
- run: ./scripts/wheel-linux.sh 3.10
72-
- uses: actions/upload-artifact@v3
72+
- uses: actions/upload-artifact@v4
7373
name: Upload wheel 3.10
7474
with:
7575
name: wheel-manylinux2014-3.10
7676
path: wheelhouse/*.whl
7777

7878
# ################################################################
7979
- run: ./scripts/wheel-linux.sh 3.11
80-
- uses: actions/upload-artifact@v3
80+
- uses: actions/upload-artifact@v4
8181
name: Upload wheel 3.11
8282
with:
8383
name: wheel-manylinux2014-3.11
8484
path: wheelhouse/*.whl
8585

8686
# ################################################################
8787
- run: ./scripts/wheel-linux.sh 3.12
88-
- uses: actions/upload-artifact@v3
88+
- uses: actions/upload-artifact@v4
8989
name: Upload wheel 3.12
9090
with:
9191
name: wheel-manylinux2014-3.12
@@ -108,7 +108,7 @@ jobs:
108108

109109
- uses: actions/checkout@v2
110110

111-
- uses: actions/download-artifact@v3
111+
- uses: actions/download-artifact@v4
112112
with:
113113
name: wheel-manylinux2014-${{ matrix.python-version }}
114114

@@ -137,7 +137,7 @@ jobs:
137137

138138
- uses: actions/checkout@v2
139139

140-
- uses: actions/download-artifact@v3
140+
- uses: actions/download-artifact@v4
141141
with:
142142
name: wheel-manylinux2014-${{ matrix.python-version }}
143143
path: artifact-${{ matrix.python-version }}

0 commit comments

Comments
 (0)