1
0
Fork 0

PR cleanup

pull/1495/head
Konrad Pabjan 2023-08-17 14:19:19 -04:00
parent 5fea8616de
commit c803c0b02d
2 changed files with 1 additions and 6 deletions

View File

@ -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",

View File

@ -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 {