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