9898 if : ${{ !cancelled() }}
9999 shell : bash
100100 - name : Run upload documentation
101- uses : actions/upload-artifact@v4
101+ uses : actions/upload-artifact@v5
102102 with :
103103 name : documentation
104104 path : docs/_build/html/artifacts/documentation.tar.gz
@@ -163,7 +163,7 @@ jobs:
163163 mv .coverage ./ci-artifact-data/ml.dat
164164 if : ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9 }}
165165 shell : bash
166- - uses : actions/upload-artifact@v4
166+ - uses : actions/upload-artifact@v5
167167 with :
168168 name : ${{ matrix.os }}-${{ matrix.python-version }}
169169 path : ./ci-artifact-data/*
@@ -221,7 +221,7 @@ jobs:
221221 tar -zcvf artifacts/tutorials.tar.gz --exclude=./artifacts .
222222 shell : bash
223223 - name : Run upload tutorials
224- uses : actions/upload-artifact@v4
224+ uses : actions/upload-artifact@v5
225225 with :
226226 name : tutorials${{ matrix.python-version }}
227227 path : docs/_build/html/artifacts/tutorials.tar.gz
@@ -250,7 +250,7 @@ jobs:
250250 if : ${{ matrix.python-version == 3.9 && !startsWith(github.ref, 'refs/heads/stable') && !startsWith(github.base_ref, 'stable/') }}
251251 shell : bash
252252 - name : Run upload stable tutorials
253- uses : actions/upload-artifact@v4
253+ uses : actions/upload-artifact@v5
254254 with :
255255 name : tutorials-stable${{ matrix.python-version }}
256256 path : docs/_build/html/artifacts/tutorials.tar.gz
@@ -266,39 +266,39 @@ jobs:
266266 - uses : actions/setup-python@v6
267267 with :
268268 python-version : ${{ matrix.python-version }}
269- - uses : actions/download-artifact@v5
269+ - uses : actions/download-artifact@v6
270270 with :
271271 name : ubuntu-latest-3.9
272272 path : /tmp/u39
273- - uses : actions/download-artifact@v5
273+ - uses : actions/download-artifact@v6
274274 with :
275275 name : ubuntu-latest-3.10
276276 path : /tmp/u310
277- - uses : actions/download-artifact@v5
277+ - uses : actions/download-artifact@v6
278278 with :
279279 name : ubuntu-latest-3.11
280280 path : /tmp/u311
281- - uses : actions/download-artifact@v5
281+ - uses : actions/download-artifact@v6
282282 with :
283283 name : ubuntu-latest-3.12
284284 path : /tmp/u312
285- - uses : actions/download-artifact@v5
285+ - uses : actions/download-artifact@v6
286286 with :
287287 name : ubuntu-latest-3.13
288288 path : /tmp/u313
289- - uses : actions/download-artifact@v5
289+ - uses : actions/download-artifact@v6
290290 with :
291291 name : macos-latest-3.9
292292 path : /tmp/m39
293- - uses : actions/download-artifact@v5
293+ - uses : actions/download-artifact@v6
294294 with :
295295 name : macos-latest-3.13
296296 path : /tmp/m313
297- - uses : actions/download-artifact@v5
297+ - uses : actions/download-artifact@v6
298298 with :
299299 name : windows-latest-3.9
300300 path : /tmp/w39
301- - uses : actions/download-artifact@v5
301+ - uses : actions/download-artifact@v6
302302 with :
303303 name : windows-latest-3.13
304304 path : /tmp/w313
0 commit comments