mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-21 05:58:21 +02:00
Merge 5a52bf4756
into d3f86a106a
This commit is contained in:
commit
055cd6849c
4 changed files with 7 additions and 1 deletions
|
@ -10,5 +10,6 @@ export enum Inputs {
|
|||
}
|
||||
|
||||
export enum Outputs {
|
||||
DownloadPath = 'download-path'
|
||||
DownloadPath = 'download-path',
|
||||
Artifacts = 'artifacts',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue