diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index e7e80b9..8439d86 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -128,7 +128,7 @@ jobs: # Download the compiled server binary - name: Download Artifact From Build Job - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: Development-Utilities