diff --git a/.github/workflows/template_publish_webapp.yml b/.github/workflows/template_publish_webapp.yml index ff594a4..cc19a46 100644 --- a/.github/workflows/template_publish_webapp.yml +++ b/.github/workflows/template_publish_webapp.yml @@ -46,7 +46,7 @@ jobs: MerchantSettings.WebhookUri: https://svea-webpay-sdk-001-${{ inputs.Environment }}.azurewebsites.net/api/svea/shippingvalidation/?marketId={marketId} - name: 'Run Azure webapp deploy using publish profile credentials' - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: ${{ secrets.AZURE_WEBAPP_NAME }} # Replace with your app name publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} # Define secret variable in repository settings as per action documentation