aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2022-10-19 16:36:30 -0400
committerGitHub <noreply@github.com>2022-10-19 16:36:30 -0400
commit737e40b8b4a1690cf3a0b6aecd7fd6014f95914f (patch)
tree734868553f219dc9ee323bb246509f85daacd186
parent129cdf12fa0beaafaaac517884a587c340c633e9 (diff)
parent94635917ca110ebb8ca2307655f55c49309eab32 (diff)
Merge pull request #8581 from jellyfin/renovate/downloadpipelineartifact-2.x
-rw-r--r--.ci/azure-pipelines-abi.yml4
-rw-r--r--.ci/azure-pipelines-main.yml4
-rw-r--r--.ci/azure-pipelines-package.yml2
3 files changed, 5 insertions, 5 deletions
diff --git a/.ci/azure-pipelines-abi.yml b/.ci/azure-pipelines-abi.yml
index d40020252..d39d840c0 100644
--- a/.ci/azure-pipelines-abi.yml
+++ b/.ci/azure-pipelines-abi.yml
@@ -42,7 +42,7 @@ jobs:
custom: tool
arguments: 'update compatibilitychecker -g'
- - task: DownloadPipelineArtifact@2
+ - task: DownloadPipelineArtifact@2.198.0
displayName: 'Download New Assembly Build Artifact'
inputs:
source: 'current'
@@ -60,7 +60,7 @@ jobs:
overWrite: true
flattenFolders: true
- - task: DownloadPipelineArtifact@2
+ - task: DownloadPipelineArtifact@2.198.0
displayName: 'Download Reference Assembly Build Artifact'
enabled: false
inputs:
diff --git a/.ci/azure-pipelines-main.yml b/.ci/azure-pipelines-main.yml
index 875c7a23e..896113fd6 100644
--- a/.ci/azure-pipelines-main.yml
+++ b/.ci/azure-pipelines-main.yml
@@ -20,7 +20,7 @@ jobs:
submodules: true
persistCredentials: true
- - task: DownloadPipelineArtifact@2
+ - task: DownloadPipelineArtifact@2.198.0
displayName: 'Download Web Branch'
condition: in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'BuildCompletion')
inputs:
@@ -31,7 +31,7 @@ jobs:
pipeline: 'Jellyfin Web'
runBranch: variables['Build.SourceBranch']
- - task: DownloadPipelineArtifact@2
+ - task: DownloadPipelineArtifact@2.198.0
displayName: 'Download Web Target'
condition: eq(variables['Build.Reason'], 'PullRequest')
inputs:
diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml
index 43a4ca0d2..14ca8823d 100644
--- a/.ci/azure-pipelines-package.yml
+++ b/.ci/azure-pipelines-package.yml
@@ -90,7 +90,7 @@ jobs:
displayName: Set release version (stable)
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')
- - task: DownloadPipelineArtifact@2
+ - task: DownloadPipelineArtifact@2.198.0
displayName: 'Download OpenAPI Spec'
inputs:
source: 'current'