diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6d852b..223cb3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,13 +30,13 @@ jobs: # Build for release - name: Build for release x86.NET run: dotnet publish -r win-x86 -c Release /p:PublishSingleFile=true /p:SelfContained=true /p:EnableCompressionInSingleFile=true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Dropship.x86.exe path: bin/Release/net8.0/win-x86\publish\Dropship.exe - name: Build for release x64.NET run: dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=true /p:EnableCompressionInSingleFile=true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Dropship.x64.exe path: bin/Release/net8.0/win-x64\publish\Dropship.exe