diff --git a/.gitea/workflows/deploy-demo-plugin.yml b/.gitea/workflows/deploy-demo-plugin.yml index 78efad7..17553cf 100644 --- a/.gitea/workflows/deploy-demo-plugin.yml +++ b/.gitea/workflows/deploy-demo-plugin.yml @@ -42,7 +42,7 @@ jobs: # Upload the built jar to the # remote server and restart it - name: Upload Jar and Restart Remote Server - uses: rexlmanu/pterodactyl-upload-action + uses: rexlmanu/pterodactyl-upload-action@v2.1 with: panel-host: ${{ secrets.PTERO_URL }} api-key: ${{ secrets.PTERO_API_KEY }}