diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-19 05:53:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-19 05:53:18 +0000 |
| commit | 94635917ca110ebb8ca2307655f55c49309eab32 (patch) | |
| tree | 3a380d2676974a39816692c7cea851afbc269e9d | |
| parent | 3b3eb8bdfe78cbcb5d1a80f6d0defefbb6f9371a (diff) | |
chore(deps): update dependency downloadpipelineartifact to v2.198.0
| -rw-r--r-- | .ci/azure-pipelines-abi.yml | 4 | ||||
| -rw-r--r-- | .ci/azure-pipelines-main.yml | 4 | ||||
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.ci/azure-pipelines-abi.yml b/.ci/azure-pipelines-abi.yml index cf74a4201b..28b9fae0ca 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 b7112ba245..bca217af52 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 926d1d3224..f28863c806 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' |
