Engineering - update DownloadPipelineArtifact task (#228419)

This commit is contained in:
Ladislau Szomoru
2024-09-13 09:47:16 +02:00
committed by GitHub
parent f4746c9472
commit a86459a1f2
@@ -5,11 +5,11 @@ steps:
versionFilePath: .nvmrc
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
- task: DownloadPipelineArtifact@0
- task: DownloadPipelineArtifact@2
displayName: "Download Pipeline Artifact"
inputs:
artifactName: snap-$(VSCODE_ARCH)
targetPath: .build/linux/snap-tarball
artifact: snap-$(VSCODE_ARCH)
path: .build/linux/snap-tarball
- script: |
set -e