mirror of https://github.com/actions/toolkit
24 lines
538 B
Markdown
24 lines
538 B
Markdown
[@actions/artifact](../README.md) / DownloadArtifactResponse
|
|
|
|
# Interface: DownloadArtifactResponse
|
|
|
|
Response from the server when downloading an artifact
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [downloadPath](DownloadArtifactResponse.md#downloadpath)
|
|
|
|
## Properties
|
|
|
|
### downloadPath
|
|
|
|
• `Optional` **downloadPath**: `string`
|
|
|
|
The path where the artifact was downloaded to
|
|
|
|
#### Defined in
|
|
|
|
[src/internal/shared/interfaces.ts:88](https://github.com/actions/toolkit/blob/e3764a5/packages/artifact/src/internal/shared/interfaces.ts#L88)
|