From c5ff08c1415e5e1f980947e65f6186112cf15768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Sun, 29 Sep 2024 02:25:28 +0800 Subject: [PATCH 1/2] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c85829b7..3a4ea103 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: run: msbuild /m /p:Configuration=${{matrix.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: RevokeMsgPatcher-${{matrix.BUILD_CONFIGURATION}} path: | From 379a01d968e68cc4c954532c513496d15050e81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Sun, 29 Sep 2024 02:27:04 +0800 Subject: [PATCH 2/2] Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6084262e..4f144e91 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,8 @@ image: -- Visual Studio 2017 +- Visual Studio 2022 configuration: Release artifacts: - path: bin\Release\ - name: RevokeMsgPatcher \ No newline at end of file + name: RevokeMsgPatcher