Skip to content

Commit

Permalink
Merge pull request #1523 from jgunthorpe/azp_update
Browse files Browse the repository at this point in the history
azp: Use v2 version of DownloadPipelineArtifact
  • Loading branch information
rleon authored Nov 18, 2024
2 parents 6963701 + 3629afc commit 18c97ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildlib/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ stages:
steps:
- checkout: none

- task: DownloadPipelineArtifact@0
- task: DownloadPipelineArtifact@2
inputs:
artifactName: source_tar
targetPath: .
Expand Down Expand Up @@ -229,7 +229,7 @@ stages:
steps:
- checkout: none

- task: DownloadPipelineArtifact@0
- task: DownloadPipelineArtifact@2
inputs:
artifactName: source_tar
targetPath: .
Expand Down

0 comments on commit 18c97ed

Please sign in to comment.