This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new b9c9fdd6 Bump actions/download-artifact from 7 to 8 (#2040)
b9c9fdd6 is described below
commit b9c9fdd605c9e9f8297725d367f8339870d31c2e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 12:08:58 2026 +0800
Bump actions/download-artifact from 7 to 8 (#2040)
---
.github/workflows/tpcds-reusable.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/tpcds-reusable.yml
b/.github/workflows/tpcds-reusable.yml
index 4423813b..90dd483d 100644
--- a/.github/workflows/tpcds-reusable.yml
+++ b/.github/workflows/tpcds-reusable.yml
@@ -238,7 +238,7 @@ jobs:
cd spark-bin-${{ inputs.sparkver }}_${{ inputs.scalaver }} && tar
-xf ../spark-*.tgz --strip-component=1
- name: Download Auron JAR
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
with:
name: >
auron-${{ inputs.sparkver }}_${{ inputs.scalaver }}-jdk-${{
inputs.javaver
@@ -246,7 +246,7 @@ jobs:
}}${{ inputs.unifflever && format('-{0}', inputs.unifflever) || ''
}}
- name: Download auron-it JAR
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
with:
name: auron-it-${{ inputs.sparkver }}_${{ inputs.scalaver }}-jdk-${{
inputs.javaver }}