1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-08 16:17:40 +00:00
toolkit/packages/artifact/docs/generated/interfaces/DownloadArtifactOptions.md
Rob Herley 64d1b104d0
Generate Typescript Docs for @actions/artifact (#1595)
* autogenerate artifact documentation

* clean up comments for better autogen docs
2023-12-07 09:57:20 -08:00

556 B

@actions/artifact / DownloadArtifactOptions

Interface: DownloadArtifactOptions

Options for downloading an artifact

Table of contents

Properties

Properties

path

Optional path: string

Denotes where the artifact will be downloaded to. If not specified then the artifact is download to GITHUB_WORKSPACE

Defined in

src/internal/shared/interfaces.ts:98