From 3629afc111745cce16ca325fd2ad957c846bcb4d Mon Sep 17 00:00:00 2001 From: Jason Gunthorpe Date: Mon, 18 Nov 2024 13:56:38 -0400 Subject: [PATCH] azp: Use v2 version of DownloadPipelineArtifact AZP is now complaining during builds that the v0 is too old. Signed-off-by: Jason Gunthorpe --- buildlib/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildlib/azure-pipelines.yml b/buildlib/azure-pipelines.yml index 403a8f773..b481c500e 100644 --- a/buildlib/azure-pipelines.yml +++ b/buildlib/azure-pipelines.yml @@ -195,7 +195,7 @@ stages: steps: - checkout: none - - task: DownloadPipelineArtifact@0 + - task: DownloadPipelineArtifact@2 inputs: artifactName: source_tar targetPath: . @@ -229,7 +229,7 @@ stages: steps: - checkout: none - - task: DownloadPipelineArtifact@0 + - task: DownloadPipelineArtifact@2 inputs: artifactName: source_tar targetPath: .