diff --git a/.github/workflows/deploy_reusable.yml b/.github/workflows/deploy_reusable.yml index f1cdbe9fe..29d6e16c2 100644 --- a/.github/workflows/deploy_reusable.yml +++ b/.github/workflows/deploy_reusable.yml @@ -93,7 +93,7 @@ jobs: - name: Deploy to Azure Web App id: deploy-to-webapp - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: ${{ inputs.APP }} slot-name: production