diff --git a/.github/workflows/10-dotnet.yml b/.github/workflows/10-dotnet.yml index 8bb7c11..5d90386 100644 --- a/.github/workflows/10-dotnet.yml +++ b/.github/workflows/10-dotnet.yml @@ -98,7 +98,7 @@ jobs: path: webapp - name: 'Run Azure webapp deploy action using publish profile credentials' - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: ${{ steps.deploy.outputs.webAppName }} # Replace with your app name package: 'webapp'