This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 87174fcbd4 Build: Bump actions/upload-artifact from 4 to 5 (#14688)
87174fcbd4 is described below
commit 87174fcbd4f3130d4b863458011467eab42b0224
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 25 23:48:54 2025 -0800
Build: Bump actions/upload-artifact from 4 to 5 (#14688)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/api-binary-compatibility.yml | 2 +-
.github/workflows/delta-conversion-ci.yml | 4 ++--
.github/workflows/flink-ci.yml | 2 +-
.github/workflows/hive-ci.yml | 2 +-
.github/workflows/java-ci.yml | 2 +-
.github/workflows/jmh-benchmarks.yml | 2 +-
.github/workflows/kafka-connect-ci.yml | 2 +-
.github/workflows/recurring-jmh-benchmarks.yml | 2 +-
.github/workflows/spark-ci.yml | 2 +-
9 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/api-binary-compatibility.yml
b/.github/workflows/api-binary-compatibility.yml
index 60e89b2fd0..f71aa04768 100644
--- a/.github/workflows/api-binary-compatibility.yml
+++ b/.github/workflows/api-binary-compatibility.yml
@@ -58,7 +58,7 @@ jobs:
- run: |
echo "Using the old version tag, as per git describe, of $(git
describe)";
- run: ./gradlew revapi --rerun-tasks
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
if: failure()
with:
name: test logs
diff --git a/.github/workflows/delta-conversion-ci.yml
b/.github/workflows/delta-conversion-ci.yml
index e8da8d33ba..a4396a3ecc 100644
--- a/.github/workflows/delta-conversion-ci.yml
+++ b/.github/workflows/delta-conversion-ci.yml
@@ -89,7 +89,7 @@ jobs:
restore-keys: ${{ runner.os }}-gradle-
- run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' |
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
- run: ./gradlew -DsparkVersions=3.5 -DscalaVersion=2.12
-DkafkaVersions= -DflinkVersions= :iceberg-delta-lake:check -Pquick=true -x
javadoc
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
if: failure()
with:
name: test logs
@@ -118,7 +118,7 @@ jobs:
restore-keys: ${{ runner.os }}-gradle-
- run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' |
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
- run: ./gradlew -DsparkVersions=3.5 -DscalaVersion=2.13
-DkafkaVersions= -DflinkVersions= :iceberg-delta-lake:check -Pquick=true -x
javadoc
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
if: failure()
with:
name: test logs
diff --git a/.github/workflows/flink-ci.yml b/.github/workflows/flink-ci.yml
index 365744ef90..2da1fcd368 100644
--- a/.github/workflows/flink-ci.yml
+++ b/.github/workflows/flink-ci.yml
@@ -92,7 +92,7 @@ jobs:
restore-keys: ${{ runner.os }}-gradle-
- run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' |
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
- run: ./gradlew -DsparkVersions= -DkafkaVersions= -DflinkVersions=${{
matrix.flink }} :iceberg-flink:iceberg-flink-${{ matrix.flink }}:check
:iceberg-flink:iceberg-flink-runtime-${{ matrix.flink }}:check -Pquick=true -x
javadoc -DtestParallelism=auto
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
if: failure()
with:
name: test logs
diff --git a/.github/workflows/hive-ci.yml b/.github/workflows/hive-ci.yml
index a01697664c..b6edf55c79 100644
--- a/.github/workflows/hive-ci.yml
+++ b/.github/workflows/hive-ci.yml
@@ -90,7 +90,7 @@ jobs:
restore-keys: ${{ runner.os }}-gradle-
- run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' |
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
- run: ./gradlew -DsparkVersions= -DflinkVersions= -DkafkaVersions=
-Pquick=true :iceberg-mr:check -x javadoc
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
if: failure()
with:
name: test logs
diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml
index 6e25a1745f..34e6408ddd 100644
--- a/.github/workflows/java-ci.yml
+++ b/.github/workflows/java-ci.yml
@@ -85,7 +85,7 @@ jobs:
restore-keys: ${{ runner.os }}-gradle-
- run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' |
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
- run: ./gradlew check -DsparkVersions= -DflinkVersions= -DkafkaVersions=
-Pquick=true -x javadoc
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
if: failure()
with:
name: test logs
diff --git a/.github/workflows/jmh-benchmarks.yml
b/.github/workflows/jmh-benchmarks.yml
index 3018f24b49..426a517c07 100644
--- a/.github/workflows/jmh-benchmarks.yml
+++ b/.github/workflows/jmh-benchmarks.yml
@@ -95,7 +95,7 @@ jobs:
- name: Run Benchmark
run: ./gradlew :iceberg-spark:${{ github.event.inputs.spark_version
}}:jmh -PjmhIncludeRegex=${{ matrix.benchmark }} -PjmhOutputPath=benchmark/${{
matrix.benchmark }}.txt
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
if: ${{ always() }}
with:
name: benchmark-results
diff --git a/.github/workflows/kafka-connect-ci.yml
b/.github/workflows/kafka-connect-ci.yml
index 72a55dfd99..8f189021ca 100644
--- a/.github/workflows/kafka-connect-ci.yml
+++ b/.github/workflows/kafka-connect-ci.yml
@@ -96,7 +96,7 @@ jobs:
:iceberg-kafka-connect:iceberg-kafka-connect:check \
:iceberg-kafka-connect:iceberg-kafka-connect-runtime:check \
-Pquick=true -x javadoc
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
if: failure()
with:
name: test logs
diff --git a/.github/workflows/recurring-jmh-benchmarks.yml
b/.github/workflows/recurring-jmh-benchmarks.yml
index 521a09414f..cc811d14ce 100644
--- a/.github/workflows/recurring-jmh-benchmarks.yml
+++ b/.github/workflows/recurring-jmh-benchmarks.yml
@@ -65,7 +65,7 @@ jobs:
- name: Run Benchmark
run: ./gradlew :iceberg-spark:${{ matrix.spark_version }}:jmh
-PjmhIncludeRegex=${{ matrix.benchmark }} -PjmhOutputPath=benchmark/${{
matrix.benchmark }}.txt -PjmhJsonOutputPath=benchmark/${{ matrix.benchmark
}}.json
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
if: ${{ always() }}
with:
name: benchmark-results
diff --git a/.github/workflows/spark-ci.yml b/.github/workflows/spark-ci.yml
index 66193515ef..b5cfa35694 100644
--- a/.github/workflows/spark-ci.yml
+++ b/.github/workflows/spark-ci.yml
@@ -108,7 +108,7 @@ jobs:
:iceberg-spark:iceberg-spark-extensions-${{ matrix.spark }}_${{
matrix.scala }}:check \
:iceberg-spark:iceberg-spark-runtime-${{ matrix.spark }}_${{
matrix.scala }}:check \
-Pquick=true -x javadoc
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
if: failure()
with:
name: test logs