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 80652e5d Bump actions/upload-artifact from 4 to 6 (#1934)
80652e5d is described below
commit 80652e5d2ab34a5826b9833354a7c3ac6c724d78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 20 13:43:55 2026 +0800
Bump actions/upload-artifact from 4 to 6 (#1934)
---
.github/workflows/tpcds-reusable.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/tpcds-reusable.yml
b/.github/workflows/tpcds-reusable.yml
index 156b7662..4eab0ac3 100644
--- a/.github/workflows/tpcds-reusable.yml
+++ b/.github/workflows/tpcds-reusable.yml
@@ -185,7 +185,7 @@ jobs:
path: target/auron-${{ inputs.sparkver }}_${{ inputs.scalaver
}}-pre-*.jar
overwrite: true
- name: Upload auron maven artifacts (Spark ${{ inputs.sparkver }},
Scala ${{ inputs.scalaver }}, JDK ${{ inputs.javaver }})
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
with:
name: auron-artifacts-${{ inputs.sparkver }}_${{ inputs.scalaver
}}-jdk-${{ inputs.javaver
}}${{ inputs.celebornver && format('-{0}', inputs.celebornver) ||
''