@@ -124,7 +124,7 @@ jobs:
124124 - name : Generate license file
125125 run : uv run --no-project python ./dev/create_license.py
126126
127- - uses : actions/upload-artifact@v6
127+ - uses : actions/upload-artifact@v7
128128 with :
129129 name : python-wheel-license
130130 path : LICENSE.txt
@@ -141,7 +141,7 @@ jobs:
141141
142142 - run : rm LICENSE.txt
143143 - name : Download LICENSE.txt
144- uses : actions/download-artifact@v7
144+ uses : actions/download-artifact@v8
145145 with :
146146 name : python-wheel-license
147147 path : .
@@ -186,13 +186,13 @@ jobs:
186186 rustup-components : rust-std
187187
188188 - name : Archive wheels
189- uses : actions/upload-artifact@v6
189+ uses : actions/upload-artifact@v7
190190 with :
191191 name : dist-manylinux-x86_64
192192 path : dist/*
193193
194194 - name : Archive FFI test wheel
195- uses : actions/upload-artifact@v6
195+ uses : actions/upload-artifact@v7
196196 with :
197197 name : test-ffi-manylinux-x86_64
198198 path : examples/datafusion-ffi-example/dist/*
@@ -209,7 +209,7 @@ jobs:
209209
210210 - run : rm LICENSE.txt
211211 - name : Download LICENSE.txt
212- uses : actions/download-artifact@v7
212+ uses : actions/download-artifact@v8
213213 with :
214214 name : python-wheel-license
215215 path : .
@@ -258,7 +258,7 @@ jobs:
258258 rustup-components : rust-std
259259
260260 - name : Archive wheels
261- uses : actions/upload-artifact@v6
261+ uses : actions/upload-artifact@v7
262262 if : inputs.build_mode == 'release'
263263 with :
264264 name : dist-manylinux-aarch64
@@ -283,7 +283,7 @@ jobs:
283283
284284 - run : rm LICENSE.txt
285285 - name : Download LICENSE.txt
286- uses : actions/download-artifact@v7
286+ uses : actions/download-artifact@v8
287287 with :
288288 name : python-wheel-license
289289 path : .
@@ -333,7 +333,7 @@ jobs:
333333 run : find target/wheels/
334334
335335 - name : Archive wheels
336- uses : actions/upload-artifact@v6
336+ uses : actions/upload-artifact@v7
337337 if : inputs.build_mode == 'release'
338338 with :
339339 name : dist-${{ matrix.os }}
@@ -357,7 +357,7 @@ jobs:
357357
358358 - run : rm LICENSE.txt
359359 - name : Download LICENSE.txt
360- uses : actions/download-artifact@v7
360+ uses : actions/download-artifact@v8
361361 with :
362362 name : python-wheel-license
363363 path : .
@@ -388,7 +388,7 @@ jobs:
388388 run : find target/wheels/
389389
390390 - name : Archive wheels
391- uses : actions/upload-artifact@v6
391+ uses : actions/upload-artifact@v7
392392 with :
393393 name : dist-macos-aarch64
394394 path : target/wheels/*
@@ -406,7 +406,7 @@ jobs:
406406 - uses : actions/checkout@v6
407407 - run : rm LICENSE.txt
408408 - name : Download LICENSE.txt
409- uses : actions/download-artifact@v7
409+ uses : actions/download-artifact@v8
410410 with :
411411 name : python-wheel-license
412412 path : .
@@ -444,7 +444,7 @@ jobs:
444444 - build-sdist
445445 steps :
446446 - name : Merge Build Artifacts
447- uses : actions/upload-artifact/merge@v6
447+ uses : actions/upload-artifact/merge@v7
448448 with :
449449 name : dist
450450 pattern : dist-*
@@ -497,7 +497,7 @@ jobs:
497497
498498 # Download the Linux wheel built in the previous job
499499 - name : Download pre-built Linux wheel
500- uses : actions/download-artifact@v7
500+ uses : actions/download-artifact@v8
501501 with :
502502 name : dist-manylinux-x86_64
503503 path : wheels/
0 commit comments