mirror of
https://github.com/actions/download-artifact.git
synced 2025-12-06 17:57:49 +01:00
use new @actions/artifact version & update download logic
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
export enum Inputs {
|
||||
Name = 'name',
|
||||
Path = 'path'
|
||||
Path = 'path',
|
||||
GitHubToken = 'github-token',
|
||||
Repository = 'repository',
|
||||
RunID = 'run-id'
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
DownloadPath = 'download-path'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user