diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 1872eb7..631290b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -55,7 +55,7 @@ jobs: run: pip install -r ressources/requirements.txt - name: Déployer sur Azure App Service (staging) - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: "MP-nexacloud-api-149-staging" publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_STAGING }} @@ -80,7 +80,7 @@ jobs: run: pip install -r ressources/requirements.txt - name: Déployer sur Azure App Service (production) - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: "MP-nexacloud-api-149" publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}