Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 7335660

Browse files
authored
Update AZ400_M03_L07_Configure_Pipelines_as_Code_with_YAML.md
1 parent 7b4ba98 commit 7335660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/AZ400_M03_L07_Configure_Pipelines_as_Code_with_YAML.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ In this task, you will add continuous delivery to the YAML-based definition of t
201201
1. The snippet of added code should look similar to below:
202202

203203
```yaml
204-
- task: DownloadBuildArtifacts@0
204+
- task: DownloadBuildArtifacts@1
205205
inputs:
206206
buildType: "current"
207207
downloadType: "single"

0 commit comments

Comments
 (0)