diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 92f2442e..d4951205 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -103,7 +103,7 @@ jobs: -WebClientDirectory ./deploy/wwwroot ` -OutputDirectory ./deploy - name: Deploy to Azure WebApps (staging slot) - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: ClickerHeroesTracker slot-name: staging