Summary
    Download remote artifact container into local directory.
    
		- Namespace
- Cake.Common .Build .GitHubActions .Commands 
- Containing Type
- GitHub Actions Commands 
Syntax
public Task DownloadArtifact(string artifactName, DirectoryPath path)Parameters
| Name | Type | Description | 
|---|---|---|
| artifactName | string | The artifact name. | 
| path | DirectoryPath | Path to the local directory. | 
Return Value
| Type | Description | 
|---|---|
| Task | A Taskrepresenting the asynchronous operation. | 
