diff --git a/.github/workflows/deploy-service.yml b/.github/workflows/deploy-service.yml index c9cb8a9..8398e77 100644 --- a/.github/workflows/deploy-service.yml +++ b/.github/workflows/deploy-service.yml @@ -50,7 +50,7 @@ jobs: --federated-credential-provider "github" \ --tenant-id ${{ secrets.AZURE_TENANT_ID }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 if: ${{ inputs.skip-download != true }} with: name: build-${{ inputs.service-name }}