diff --git a/.github/workflows/main_rcpch-nhs-organisations.yml b/.github/workflows/main_rcpch-nhs-organisations.yml index 466b678..cc329d2 100644 --- a/.github/workflows/main_rcpch-nhs-organisations.yml +++ b/.github/workflows/main_rcpch-nhs-organisations.yml @@ -26,7 +26,7 @@ jobs: run: pip install -r requirements.txt - name: "Deploy to Azure Web App" - uses: azure/webapps-deploy@v4 // Update the version to v4 + uses: azure/webapps-deploy@v2 # Update the version to v2 with: app-name: "rcpch-nhs-organisations" publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_A76B7421A08D44778EBB49AB30B51B3D }}