diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-19 01:04:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-19 01:04:21 +0000 |
| commit | f39c0c9ab8cbad560e08ee34730397007c95e8a8 (patch) | |
| tree | 636cb00993898a60a1198aafd54b72d88ad876fa | |
| parent | 3b3eb8bdfe78cbcb5d1a80f6d0defefbb6f9371a (diff) | |
chore(deps): update dependency copyfilesoverssh to v0.212.0
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml index 926d1d322..f8f231667 100644 --- a/.ci/azure-pipelines-package.yml +++ b/.ci/azure-pipelines-package.yml @@ -69,7 +69,7 @@ jobs: runOptions: 'inline' inline: 'mkdir -p /srv/repository/incoming/azure/$(Build.BuildNumber)/$(BuildConfiguration)' - - task: CopyFilesOverSSH@0 + - task: CopyFilesOverSSH@0.212.0 displayName: 'Upload artifacts to repository server' inputs: sshEndpoint: repository @@ -105,7 +105,7 @@ jobs: runOptions: 'inline' inline: 'mkdir -p /srv/repository/incoming/azure/$(Build.BuildNumber)' - - task: CopyFilesOverSSH@0 + - task: CopyFilesOverSSH@0.212.0 displayName: 'Upload artifacts to repository server' inputs: sshEndpoint: repository |
