This is an automated email from the ASF dual-hosted git repository.
timsaucer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git
The following commit(s) were added to refs/heads/main by this push:
new 2465e19c build(deps): bump actions/upload-artifact from 4 to 6 (#1322)
2465e19c is described below
commit 2465e19c390861163f024164df0c6987ccb0fec5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 07:31:25 2026 -0500
build(deps): bump actions/upload-artifact from 4 to 6 (#1322)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v6)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/build.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cdb6f444..911c536a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
- name: Generate license file
run: uv run --no-project python ./dev/create_license.py
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
with:
name: python-wheel-license
path: LICENSE.txt
@@ -119,7 +119,7 @@ jobs:
run: find target/wheels/
- name: Archive wheels
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
with:
name: dist-${{ matrix.os }}
path: target/wheels/*
@@ -167,7 +167,7 @@ jobs:
run: find target/wheels/
- name: Archive wheels
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
with:
name: dist-macos-aarch64
path: target/wheels/*
@@ -196,7 +196,7 @@ jobs:
rustup-components: rust-std rustfmt # Keep them in one line due to
https://github.com/PyO3/maturin-action/issues/153
args: --release --manylinux 2014 --features protoc,substrait
- name: Archive wheels
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
with:
name: dist-manylinux-x86_64
path: target/wheels/*
@@ -226,7 +226,7 @@ jobs:
rustup-components: rust-std rustfmt # Keep them in one line due to
https://github.com/PyO3/maturin-action/issues/153
args: --release --features protoc,substrait
- name: Archive wheels
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
with:
name: dist-manylinux-aarch64
path: target/wheels/*
@@ -271,7 +271,7 @@ jobs:
- build-sdist
steps:
- name: Merge Build Artifacts
- uses: actions/upload-artifact/merge@v4
+ uses: actions/upload-artifact/merge@v6
with:
name: dist
pattern: dist-*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]