This is an automated email from the ASF dual-hosted git repository.
zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 4be49624ae Bump actions/upload-artifact from 4 to 7 (#12803)
4be49624ae is described below
commit 4be49624ae900bc2322fd9278e041cc2a75aaa2d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 12:13:07 2026 +0100
Bump actions/upload-artifact from 4 to 7 (#12803)
---
.github/workflows/delta_spark_ut.yml | 14 +++++++-------
.github/workflows/docker_image.yml | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/delta_spark_ut.yml
b/.github/workflows/delta_spark_ut.yml
index e7525f5be7..bfba320e5e 100644
--- a/.github/workflows/delta_spark_ut.yml
+++ b/.github/workflows/delta_spark_ut.yml
@@ -217,7 +217,7 @@ jobs:
path: '${{ env.CCACHE_DIR }}'
key: ccache-centos7-release-default-${{
hashFiles('ep/build-velox/src/**') }}
include-hidden-files: true
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
with:
name: delta-spark-ut-native-lib-centos-7-${{github.sha}}
path: ./cpp/build/
@@ -296,7 +296,7 @@ jobs:
fi
cp "$jar" bundle-out/
ls -lh bundle-out/
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
with:
name: delta-spark-ut-gluten-bundle-${{github.sha}}
path: bundle-out/gluten-velox-bundle-spark*_*-linux_amd64-*.jar
@@ -466,7 +466,7 @@ jobs:
- name: Upload per-shard gate lists
if: always()
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
with:
name: delta-spark-ut-gate-lists-shard-${{ matrix.shard }}
path: gate-out/*.txt
@@ -474,7 +474,7 @@ jobs:
- name: Upload test reports
if: always()
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
with:
name: delta-spark-ut-reports-shard-${{ matrix.shard }}
path: |
@@ -484,7 +484,7 @@ jobs:
- name: Upload hang watchdog thread dumps
if: always()
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
with:
name: delta-spark-ut-threaddumps-shard-${{ matrix.shard }}
path: /tmp/threaddump-shard-${{ matrix.shard }}-*.txt
@@ -492,7 +492,7 @@ jobs:
- name: Upload JVM crash logs and other failure artifacts
if: ${{ failure() }}
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
with:
name: delta-spark-ut-failure-logs-shard-${{ matrix.shard }}
path: |
@@ -543,7 +543,7 @@ jobs:
--baseline-out aggregated/known-failures.txt
- name: Upload refreshed baseline
if: always()
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
with:
name: delta-spark-ut-known-failures
path: aggregated/known-failures.txt
diff --git a/.github/workflows/docker_image.yml
b/.github/workflows/docker_image.yml
index 19a15efcdb..0f1af24e3b 100644
--- a/.github/workflows/docker_image.yml
+++ b/.github/workflows/docker_image.yml
@@ -414,7 +414,7 @@ jobs:
touch "${{ runner.temp }}/digests/${digest#sha256:}"
- name: Upload digest
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
with:
name: digests-vcpkg-almalinux-8-gcc13-${{ matrix.os }}
path: ${{ runner.temp }}/digests/*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]