feat: update dependencies, node
This commit is contained in:
6
node_modules/@actions/cache/lib/options.d.ts
generated
vendored
6
node_modules/@actions/cache/lib/options.d.ts
generated
vendored
@@ -41,6 +41,12 @@ export interface DownloadOptions {
|
||||
* @default 30000
|
||||
*/
|
||||
timeoutInMs?: number;
|
||||
/**
|
||||
* Time after which a segment download should be aborted if stuck
|
||||
*
|
||||
* @default 3600000
|
||||
*/
|
||||
segmentTimeoutInMs?: number;
|
||||
}
|
||||
/**
|
||||
* Returns a copy of the upload options with defaults filled in.
|
||||
|
||||
Reference in New Issue
Block a user