mirror of https://github.com/actions/toolkit
PR cleanup
parent
5fea8616de
commit
c803c0b02d
|
@ -6,7 +6,7 @@
|
|||
"packages": {
|
||||
"": {
|
||||
"name": "@actions/artifact",
|
||||
"version": "1.1.1",
|
||||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
|
|
|
@ -80,11 +80,6 @@ export interface DownloadArtifactResponse {
|
|||
* If the artifact download was successful
|
||||
*/
|
||||
success: boolean
|
||||
|
||||
/**
|
||||
* Metadata about the artifact that was downloaded
|
||||
*/
|
||||
artifact?: Artifact
|
||||
}
|
||||
|
||||
export interface DownloadArtifactOptions {
|
||||
|
|
Loading…
Reference in New Issue