This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 837e5ad0db [INLONG-10120][CI] Update the actions/upload-artifact to V4
(#10121)
837e5ad0db is described below
commit 837e5ad0dbe2b09becbef94e8e9f245ca88119b1
Author: Charles Zhang <[email protected]>
AuthorDate: Mon May 6 12:34:44 2024 +0800
[INLONG-10120][CI] Update the actions/upload-artifact to V4 (#10121)
---
.github/workflows/ci_build.yml | 8 ++++----
.github/workflows/ci_ut.yml | 4 ++--
.github/workflows/ci_ut_flink13.yml | 4 ++--
.github/workflows/ci_ut_flink15.yml | 4 ++--
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index 25a05e6bd3..575b3be689 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -102,28 +102,28 @@ jobs:
- name: Upload binary package
if: ${{ success() }}
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: apache-inlong-${{ env.VERSION }}-bin.tar.gz
path: ./inlong-distribution/target/apache-inlong-${{ env.VERSION
}}-bin.tar.gz
- name: Upload sort connectors package for flink v1.13
if: ${{ success() }}
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: apache-inlong-${{ env.VERSION
}}-sort-connectors-flink-v1.13.tar.gz
path: ./inlong-distribution/target/apache-inlong-${{ env.VERSION
}}-sort-connectors-flink-v1.13.tar.gz
- name: Upload sort connectors package for flink v1.15
if: ${{ success() }}
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: apache-inlong-${{ env.VERSION
}}-sort-connectors-flink-v1.15.tar.gz
path: ./inlong-distribution/target/apache-inlong-${{ env.VERSION
}}-sort-connectors-flink-v1.15.tar.gz
- name: Upload sort connectors package for flink v1.18
if: ${{ success() }}
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: apache-inlong-${{ env.VERSION
}}-sort-connectors-flink-v1.18.tar.gz
path: ./inlong-distribution/target/apache-inlong-${{ env.VERSION
}}-sort-connectors-flink-v1.18.tar.gz
diff --git a/.github/workflows/ci_ut.yml b/.github/workflows/ci_ut.yml
index a7b75dfdce..c576bbcc93 100644
--- a/.github/workflows/ci_ut.yml
+++ b/.github/workflows/ci_ut.yml
@@ -107,7 +107,7 @@ jobs:
- name: Upload unit test results
if: ${{ failure() }}
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: surefire-reports
path: ./**/target/surefire-reports/
@@ -115,7 +115,7 @@ jobs:
- name: Upload integration test results
if: ${{ failure() }}
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: failsafe-reports
path: ./**/target/failsafe-reports/
diff --git a/.github/workflows/ci_ut_flink13.yml
b/.github/workflows/ci_ut_flink13.yml
index 545b2a9179..2c5450586d 100644
--- a/.github/workflows/ci_ut_flink13.yml
+++ b/.github/workflows/ci_ut_flink13.yml
@@ -78,7 +78,7 @@ jobs:
- name: Upload unit test results
if: ${{ failure() }}
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: surefire-reports
path: ./**/target/surefire-reports/
@@ -86,7 +86,7 @@ jobs:
- name: Upload integration test results
if: ${{ failure() }}
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: failsafe-reports
path: ./**/target/failsafe-reports/
diff --git a/.github/workflows/ci_ut_flink15.yml
b/.github/workflows/ci_ut_flink15.yml
index 49db634ac3..7c94204b17 100644
--- a/.github/workflows/ci_ut_flink15.yml
+++ b/.github/workflows/ci_ut_flink15.yml
@@ -78,7 +78,7 @@ jobs:
- name: Upload unit test results
if: ${{ failure() }}
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: surefire-reports
path: ./**/target/surefire-reports/
@@ -86,7 +86,7 @@ jobs:
- name: Upload integration test results
if: ${{ failure() }}
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: failsafe-reports
path: ./**/target/failsafe-reports/