This is an automated email from the ASF dual-hosted git repository.
mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 43e4510d0 chore(deps): bump actions/upload-artifact from 6 to 7 (#3610)
43e4510d0 is described below
commit 43e4510d0619d60a9a32c7b16c12d6b71b6b573b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 27 11:10:50 2026 -0500
chore(deps): bump actions/upload-artifact from 6 to 7 (#3610)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/iceberg_spark_test.yml | 2 +-
.github/workflows/pr_build_linux.yml | 2 +-
.github/workflows/pr_build_macos.yml | 2 +-
.github/workflows/spark_sql_test.yml | 6 +++---
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/iceberg_spark_test.yml
b/.github/workflows/iceberg_spark_test.yml
index 960b1a06c..eae828107 100644
--- a/.github/workflows/iceberg_spark_test.yml
+++ b/.github/workflows/iceberg_spark_test.yml
@@ -95,7 +95,7 @@ jobs:
key: ${{ runner.os }}-cargo-ci-${{ hashFiles('native/**/Cargo.lock',
'native/**/Cargo.toml') }}-${{ hashFiles('native/**/*.rs') }}
- name: Upload native library
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: native-lib-iceberg
path: native/target/ci/libcomet.so
diff --git a/.github/workflows/pr_build_linux.yml
b/.github/workflows/pr_build_linux.yml
index eeef3e513..58d424410 100644
--- a/.github/workflows/pr_build_linux.yml
+++ b/.github/workflows/pr_build_linux.yml
@@ -102,7 +102,7 @@ jobs:
RUSTFLAGS: "-Ctarget-cpu=x86-64-v3"
- name: Upload native library
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: native-lib-linux
path: native/target/ci/libcomet.so
diff --git a/.github/workflows/pr_build_macos.yml
b/.github/workflows/pr_build_macos.yml
index 704045e0b..fb4dfa975 100644
--- a/.github/workflows/pr_build_macos.yml
+++ b/.github/workflows/pr_build_macos.yml
@@ -102,7 +102,7 @@ jobs:
RUSTFLAGS: "-Ctarget-cpu=apple-m1"
- name: Upload native library
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: native-lib-macos
path: native/target/ci/libcomet.dylib
diff --git a/.github/workflows/spark_sql_test.yml
b/.github/workflows/spark_sql_test.yml
index 1d9a0836e..91632d04d 100644
--- a/.github/workflows/spark_sql_test.yml
+++ b/.github/workflows/spark_sql_test.yml
@@ -91,7 +91,7 @@ jobs:
RUSTFLAGS: "-Ctarget-cpu=x86-64-v3"
- name: Upload native library
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: native-lib-linux
path: native/target/ci/libcomet.so
@@ -168,7 +168,7 @@ jobs:
LC_ALL: "C.UTF-8"
- name: Upload fallback log
if: ${{ github.event.inputs.collect-fallback-logs == 'true' }}
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: fallback-log-spark-sql-${{ matrix.config.scan-impl }}-${{
matrix.module.name }}-spark-${{ matrix.config.spark-full }}
path: "**/fallback.log"
@@ -187,7 +187,7 @@ jobs:
run: |
find ./fallback-logs/ -type f -name "fallback.log" -print0 | xargs
-0 cat | sort -u > all_fallback.log
- name: Upload merged fallback log
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: all-fallback-log
path: all_fallback.log
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]