diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2022-10-19 16:36:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-19 16:36:30 -0400 |
| commit | 737e40b8b4a1690cf3a0b6aecd7fd6014f95914f (patch) | |
| tree | 734868553f219dc9ee323bb246509f85daacd186 /.ci/azure-pipelines-package.yml | |
| parent | 129cdf12fa0beaafaaac517884a587c340c633e9 (diff) | |
| parent | 94635917ca110ebb8ca2307655f55c49309eab32 (diff) | |
Merge pull request #8581 from jellyfin/renovate/downloadpipelineartifact-2.x
Diffstat (limited to '.ci/azure-pipelines-package.yml')
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
