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 32643725 Bump actions/download-artifact from 4 to 7 (#1828)
32643725 is described below
commit 32643725c26c8446ccf1eedb55fc9e40110923bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 9 11:38:39 2026 +0800
Bump actions/download-artifact from 4 to 7 (#1828)
---
.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 57e21ce8..8b3f874b 100644
--- a/.github/workflows/tpcds-reusable.yml
+++ b/.github/workflows/tpcds-reusable.yml
@@ -273,7 +273,7 @@ jobs:
cd spark-bin-${{ inputs.sparkver }}_${{ inputs.scalaver }} && tar
-xf ../spark-*.tgz --strip-component=1
- name: Download Auron JAR
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
with:
name: >
auron-${{ inputs.sparkver }}_${{ inputs.scalaver }}-jdk-${{
inputs.javaver
@@ -281,7 +281,7 @@ jobs:
}}${{ inputs.unifflever && format('-{0}', inputs.unifflever) || ''
}}
- name: Download TPC-DS Validator JAR
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
with:
name: >
tpcds-validator-${{ inputs.sparkver }}_${{ inputs.scalaver
}}-jdk-${{ inputs.javaver