This is an automated email from the ASF dual-hosted git repository.
bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new fcf0405397 [KYUUBI #6741] [CI] update GHA actions/upload-artifact from
v3 to v4
fcf0405397 is described below
commit fcf040539706b04d6a52c193a92e11d5905e3622
Author: Bowen Liang <[email protected]>
AuthorDate: Mon Oct 21 15:48:19 2024 +0800
[KYUUBI #6741] [CI] update GHA actions/upload-artifact from v3 to v4
# :mag: Description
## Issue References ๐
This pull request fixes #
## Describe Your Solution ๐ง
- as titled
## Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
#### Behavior Without This Pull Request :coffin:
#### Behavior With This Pull Request :tada:
#### Related Unit Tests
---
# Checklist ๐
- [ ] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6741 from bowenliang123/gha-upload-artifact-v4.
Closes #6741
83a0ee90e [Bowen Liang] update GHA actions/upload-artifact from v3 to v4
Authored-by: Bowen Liang <[email protected]>
Signed-off-by: Bowen Liang <[email protected]>
---
.github/workflows/docs.yml | 2 +-
.github/workflows/gluten.yml | 2 +-
.github/workflows/license.yml | 2 +-
.github/workflows/master.yml | 18 +++++++++---------
.github/workflows/nightly.yml | 2 +-
.github/workflows/style.yml | 2 +-
6 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 8de1e4ba1f..de6dc2077a 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -41,7 +41,7 @@ jobs:
- name: make html
run: make -d --directory docs html
- name: upload html
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
path: |
docs/_build/html/
diff --git a/.github/workflows/gluten.yml b/.github/workflows/gluten.yml
index 295c1c1c67..4a362f90bf 100644
--- a/.github/workflows/gluten.yml
+++ b/.github/workflows/gluten.yml
@@ -119,7 +119,7 @@ jobs:
./build/mvn -Pgluten-it -Pspark-${{ matrix.spark }} -pl
${TEST_MODULES} test
- name: Upload test logs
if: failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: unit-tests-log-spark-${{ matrix.spark }}-gluten
path: |
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index e262bdf04b..a583dd7b37 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -48,7 +48,7 @@ jobs:
-Pspark-3.3 -Pspark-3.4 -Pspark-3.5
- name: Upload rat report
if: failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: rat-report
path: "**/target/rat*.txt"
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index a5416d9b95..4c517d6ab0 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -121,7 +121,7 @@ jobs:
verbose: true
- name: Upload test logs
if: failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: unit-tests-log-java-${{ matrix.java }}-spark-${{ matrix.spark
}}-${{ matrix.comment }}
path: |
@@ -166,7 +166,7 @@ jobs:
-Pscala-${{ matrix.scala }} -Pjava-${{ matrix.java }} -Pspark-${{
matrix.spark }}
- name: Upload test logs
if: failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: unit-tests-log-scala-${{ matrix.scala }}-java-${{ matrix.java
}}-spark-${{ matrix.spark }}
path: |
@@ -230,7 +230,7 @@ jobs:
-Pscala-${{ matrix.scala }} -Pspark-${{ matrix.spark-runtime }}
-Pcross-version-test
- name: Upload test logs
if: failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: "unit-tests-log-java-${{ matrix.java }}-scala-${{ matrix.scala
}}\
-spark-compile-${{ matrix.spark-compile }}-spark-runtime-${{
matrix.spark-runtime }}\
@@ -301,7 +301,7 @@ jobs:
./build/mvn -pl ${IT_MODULE} -Pflink-${IT_FLINK} ${{
matrix.flink-archive }} test
- name: Upload test logs
if: failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: unit-tests-log-java-${{ matrix.java }}-flink-${{ matrix.flink
}}-${{ matrix.comment }}
path: |
@@ -363,7 +363,7 @@ jobs:
./build/mvn ${{ matrix.hive-archive }} -pl ${TEST_MODULES} test
- name: Upload test logs
if: failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: unit-tests-log-java-${{ matrix.java }}-hive-${{ matrix.comment
}}
path: |
@@ -408,7 +408,7 @@ jobs:
-Dtest=none
-DwildcardSuites=org.apache.kyuubi.operation.tpcds,org.apache.kyuubi.spark.connector.tpcds.TPCDSQuerySuite,org.apache.kyuubi.spark.connector.tpch.TPCHQuerySuite
- name: Upload test logs
if: failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: unit-tests-log-java-${{ matrix.java }}-hive-${{ matrix.comment
}}
path: |
@@ -482,7 +482,7 @@ jobs:
kubectl get pods | grep driver | awk -F " " '{print$1}' | xargs -I
{} kubectl logs {}
- name: Upload test logs
if: failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: unit-tests-log-kyuubi-on-k8s-it
path: |
@@ -524,7 +524,7 @@ jobs:
kubectl get pods | grep driver | awk -F " " '{print$1}' | xargs -I
{} kubectl logs {}
- name: Upload test logs
if: failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: unit-tests-log-spark-on-k8s-it
path: |
@@ -565,7 +565,7 @@ jobs:
./build/mvn -pl ${TEST_MODULES} test
- name: Upload test logs
if: failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: unit-tests-log-java-${{ matrix.java }}-zookeeper-${{
matrix.comment }}
path: |
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index bb586aab36..29a54afddf 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -49,7 +49,7 @@ jobs:
run: ./build/mvn clean install ${{ matrix.profiles }}
-Dmaven.javadoc.skip=true -V
- name: Upload test logs
if: failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: unit-tests-log
path: |
diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index e3aeba1a80..02b5d3bde5 100644
--- a/.github/workflows/style.yml
+++ b/.github/workflows/style.yml
@@ -129,7 +129,7 @@ jobs:
VALIDATE_XML: true
- name: Upload Super Linter logs
if: failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: super-linter-log
path: super-linter.log