This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new d01c5ecec6 upgrede upload/dowmload-artifact version v3 to v4 (#5926)
d01c5ecec6 is described below
commit d01c5ecec6f934dec954b8302752ffa776b98857
Author: dyp314417995 <[email protected]>
AuthorDate: Sat Feb 8 14:43:39 2025 +0800
upgrede upload/dowmload-artifact version v3 to v4 (#5926)
* upgrede upload-artifact version v3 to v4
* upgrede download-artifact version v3 to v4
* upgrede download-artifact version v3 to v4
---
.github/workflows/e2e-k8s.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/e2e-k8s.yml b/.github/workflows/e2e-k8s.yml
index 89009f1ad0..a9577415aa 100644
--- a/.github/workflows/e2e-k8s.yml
+++ b/.github/workflows/e2e-k8s.yml
@@ -96,7 +96,7 @@ jobs:
docker save apache/shenyu-admin:latest > /tmp/apache-shenyu-admin.tar
- name: Upload Docker Image Artifacts
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: shenyu-images
path: /tmp/apache-shenyu-*.tar
@@ -165,7 +165,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: shenyu-images
path: /tmp/shenyu/
@@ -265,7 +265,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: shenyu-images
path: /tmp/shenyu/
@@ -281,7 +281,7 @@ jobs:
- name: Build examples with Maven
run: ./mvnw -B clean install -Pexample -Dmaven.javadoc.skip=true
-Dmaven.test.skip=true -am -f ./shenyu-examples/pom.xml
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: shenyu-images
path: /tmp/shenyu/