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 96d3d2d5b2 Bump actions/download-artifact from 4 to 8 (#12881)
96d3d2d5b2 is described below

commit 96d3d2d5b2e8b2e0c3a0a06bb2166e4a52399e04
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 25 09:37:47 2026 +0100

    Bump actions/download-artifact from 4 to 8 (#12881)
---
 .github/workflows/delta_spark_ut.yml | 6 +++---
 .github/workflows/docker_image.yml   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/delta_spark_ut.yml 
b/.github/workflows/delta_spark_ut.yml
index 20c154bbb6..eb2e5002c3 100644
--- a/.github/workflows/delta_spark_ut.yml
+++ b/.github/workflows/delta_spark_ut.yml
@@ -230,7 +230,7 @@ jobs:
         with:
           ref: ${{ env.DELTA_CHECKOUT_REF }}
       - name: Download native artifacts
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v8
         with:
           name: delta-spark-ut-native-lib-centos-7-${{ github.sha }}
           path: ./cpp/build/
@@ -356,7 +356,7 @@ jobs:
           } | tee -a "$GITHUB_OUTPUT"
 
       - name: Download Gluten bundle jar
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v8
         with:
           name: delta-spark-ut-gluten-bundle-${{github.sha}}
           path: gluten-bundle
@@ -523,7 +523,7 @@ jobs:
         with:
           ref: ${{ env.DELTA_CHECKOUT_REF }}
       - name: Download per-shard gate lists
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v8
         continue-on-error: true
         with:
           pattern: delta-spark-ut-gate-lists-shard-*
diff --git a/.github/workflows/docker_image.yml 
b/.github/workflows/docker_image.yml
index 08f4e0ef31..19a15efcdb 100644
--- a/.github/workflows/docker_image.yml
+++ b/.github/workflows/docker_image.yml
@@ -559,7 +559,7 @@ jobs:
       - build-vcpkg-almalinux-8-gcc13
     steps:
       - name: Download digests
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v8
         with:
           path: ${{ runner.temp }}/digests
           pattern: digests-${{ matrix.digests }}-*


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to