This is an automated email from the ASF dual-hosted git repository.
comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 067537786 ci: Bump up `actions/upload-artifact` from v4 to v6 (#3533)
067537786 is described below
commit 067537786f248f76238cfbf54c7ba5828be8c57c
Author: Manu Zhang <[email protected]>
AuthorDate: Tue Feb 17 01:00:14 2026 +0800
ci: Bump up `actions/upload-artifact` from v4 to v6 (#3533)
---
.github/actions/java-test/action.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/actions/java-test/action.yaml
b/.github/actions/java-test/action.yaml
index be8877836..efc06e97a 100644
--- a/.github/actions/java-test/action.yaml
+++ b/.github/actions/java-test/action.yaml
@@ -120,7 +120,7 @@ runs:
MAVEN_OPTS="-Xmx4G -Xms2G -DwildcardSuites=$MAVEN_SUITES
-XX:+UnlockDiagnosticVMOptions -XX:+ShowMessageBoxOnError
-XX:+HeapDumpOnOutOfMemoryError -XX:ErrorFile=./hs_err_pid%p.log"
SPARK_HOME=`pwd` ./mvnw -B -Prelease clean install ${{ inputs.maven_opts }}
- name: Upload crash logs
if: failure()
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
with:
name: crash-logs-${{ inputs.artifact_name }}
path: "**/hs_err_pid*.log"
@@ -134,13 +134,13 @@ runs:
find . -name 'unit-tests.log'
- name: Upload unit-tests.log
if: failure()
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
with:
name: unit-tests-${{ inputs.artifact_name }}
path: "**/target/unit-tests.log"
- name: Upload test results
if: ${{ inputs.upload-test-reports == 'true' }}
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
with:
name: java-test-reports-${{ inputs.artifact_name }}
path: "**/target/surefire-reports/*.txt"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]