diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aeae71a..0c6b495 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: run: ./gradlew packageLinux -x test --no-daemon - name: Upload Linux Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: linux-installers path: | @@ -76,7 +76,7 @@ jobs: run: ./gradlew packageWindows -x test --no-daemon - name: Upload Windows Artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: windows-installer path: build/packager/*.exe