mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-07 09:13:22 +08:00
wip
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* UploadArtifact *
|
||||
* *
|
||||
*****************************************************************************/
|
||||
export interface UploadResponse {
|
||||
export interface UploadArtifactResponse {
|
||||
/**
|
||||
* Denotes if an artifact was successfully uploaded
|
||||
*/
|
||||
@@ -21,7 +21,7 @@ export interface UploadResponse {
|
||||
id?: number
|
||||
}
|
||||
|
||||
export interface UploadOptions {
|
||||
export interface UploadArtifactOptions {
|
||||
/**
|
||||
* Duration after which artifact will expire in days.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user