diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c85829b..3a4ea10 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: | diff --git a/appveyor.yml b/appveyor.yml index 6084262..4f144e9 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