diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 26859a6..64c0f10 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -34,7 +34,7 @@ jobs: url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} steps: - name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: .net-app - name: Deploy to Azure Web App