diff --git a/ci/azure.yml b/ci/azure.yml index d0f5576..dbb46b6 100644 --- a/ci/azure.yml +++ b/ci/azure.yml @@ -35,8 +35,8 @@ jobs: npm run build --if-present npm run test --if-present - name: 'Deploy to Azure WebApp' - uses: azure/webapps-deploy@v1 + uses: azure/webapps-deploy@v2 with: app-name: ${{ env.AZURE_WEBAPP_NAME }} publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} - package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }} \ No newline at end of file + package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}