From df8376a03fecb65a37dbf6f58682f5ee22a4cd72 Mon Sep 17 00:00:00 2001 From: "neo.zhu" Date: Mon, 9 Sep 2024 19:46:48 +0800 Subject: [PATCH 1/2] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4fc74f8..e3fe18f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: VsixManifestSourcePath: src\source.extension.cs steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup .NET build dependencies uses: timheuer/bootstrap-dotnet@v1 @@ -47,7 +47,7 @@ jobs: # run: vstest.console.exe _built\*test.dll - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: CleanArchitectureCodeGenerator.vsix path: _built/**/*.vsix From 4d97c632372b731dbfa33dd7b374bad060f715f5 Mon Sep 17 00:00:00 2001 From: "neo.zhu" Date: Mon, 9 Sep 2024 19:54:08 +0800 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3fe18f..4a3666b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,10 +57,10 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Download Package artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: CleanArchitectureCodeGenerator.vsix