From 60f715f54275fda4326b3b3e488a6c0ae881a64c Mon Sep 17 00:00:00 2001 From: mingkuang Date: Thu, 12 Sep 2024 20:36:28 +0800 Subject: [PATCH] =?UTF-8?q?Opt,=20actions=E7=BB=84=E4=BB=B6=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E5=88=B0v4=E8=A7=A3=E5=86=B3=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Build&Test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Build&Test.yml b/.github/workflows/Build&Test.yml index 09aea45..c0f5da2 100644 --- a/.github/workflows/Build&Test.yml +++ b/.github/workflows/Build&Test.yml @@ -7,11 +7,11 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: 恢复编译产物 id: BinCache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | objs/**/*.obj @@ -192,14 +192,14 @@ jobs: nuget pack YY-Thunks-New.nuspec -Properties version=${{env.BuildVersion}};commit=%GITHUB_SHA% ) - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: path: | *.nupkg *.zip # 失败时我们收集一些信息,用于诊断 - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: failure() with: name: ErrorLog