Skip to content

Commit d7f1417

Browse files
committed
Update upload-artifact to v7
1 parent 11beaa5 commit d7f1417

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -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/*
@@ -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
@@ -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 }}
@@ -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/*
@@ -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-*

0 commit comments

Comments
 (0)