diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 8c3ed4b9..b66bcd84 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -40,7 +40,7 @@ jobs: 7z a AmongUsCapture-Beta.zip ..\AmongUsCapture-Beta.exe -mx=9 - name: AmongUsCapture-beta - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: AmongUsCapture-beta path: AmongUsCapture-Beta.zip