Skip to content

Commit 0f7c750

Browse files
build(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e42775c commit 0f7c750

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
@@ -115,7 +115,7 @@ jobs:
115115
- name: Generate license file
116116
run: uv run --no-project python ./dev/create_license.py
117117

118-
- uses: actions/upload-artifact@v6
118+
- uses: actions/upload-artifact@v7
119119
with:
120120
name: python-wheel-license
121121
path: LICENSE.txt
@@ -177,13 +177,13 @@ jobs:
177177
rustup-components: rust-std
178178

179179
- name: Archive wheels
180-
uses: actions/upload-artifact@v6
180+
uses: actions/upload-artifact@v7
181181
with:
182182
name: dist-manylinux-x86_64
183183
path: dist/*
184184

185185
- name: Archive FFI test wheel
186-
uses: actions/upload-artifact@v6
186+
uses: actions/upload-artifact@v7
187187
with:
188188
name: test-ffi-manylinux-x86_64
189189
path: examples/datafusion-ffi-example/dist/*
@@ -236,7 +236,7 @@ jobs:
236236
rustup-components: rust-std
237237

238238
- name: Archive wheels
239-
uses: actions/upload-artifact@v6
239+
uses: actions/upload-artifact@v7
240240
if: inputs.build_mode == 'release'
241241
with:
242242
name: dist-manylinux-aarch64
@@ -311,7 +311,7 @@ jobs:
311311
run: find target/wheels/
312312

313313
- name: Archive wheels
314-
uses: actions/upload-artifact@v6
314+
uses: actions/upload-artifact@v7
315315
if: inputs.build_mode == 'release'
316316
with:
317317
name: dist-${{ matrix.os }}
@@ -366,7 +366,7 @@ jobs:
366366
run: find target/wheels/
367367

368368
- name: Archive wheels
369-
uses: actions/upload-artifact@v6
369+
uses: actions/upload-artifact@v7
370370
with:
371371
name: dist-macos-aarch64
372372
path: target/wheels/*
@@ -422,7 +422,7 @@ jobs:
422422
- build-sdist
423423
steps:
424424
- name: Merge Build Artifacts
425-
uses: actions/upload-artifact/merge@v6
425+
uses: actions/upload-artifact/merge@v7
426426
with:
427427
name: dist
428428
pattern: dist-*

0 commit comments

Comments
 (0)