diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db454e5..287ca9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: - name: Build Prospect.Launcher run: dotnet publish -o ./Prospect-Launcher -r win-x64 --no-self-contained -c Release -v minimal ${{env.PROJ_LAUNCHER}} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: Prospect.Launcher path: ./Prospect-Launcher