From 6fd5565f0cfae1ea7a7e70588db4877ce7f4edcd Mon Sep 17 00:00:00 2001 From: "xuying.xu" Date: Thu, 12 Sep 2024 21:09:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=87=E7=BA=A7action-artifact?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .github/workflows/ci_schedule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6cf31b46..810146281 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: CI: true - name: save diff snapshot - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: diff snapshot diff --git a/.github/workflows/ci_schedule.yml b/.github/workflows/ci_schedule.yml index 13727a529..9356a4d19 100644 --- a/.github/workflows/ci_schedule.yml +++ b/.github/workflows/ci_schedule.yml @@ -59,7 +59,7 @@ jobs: # 保存巡检失败的 diff 图片 - name: save diff snapshot - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: diff snapshot