From 67e24faf43ab7670266a69bf6ccae211e78c37ab Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Mon, 1 Jul 2024 21:56:24 +0200 Subject: [PATCH] Update workflow --- .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 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