diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f35b618e..6e68f91d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: .\build.ps1 -Configuration Release -OutputPath release - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: release path: release