You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{ |
|
"name": "action-download-artifact", |
|
"main": "main.js", |
|
"dependencies": { |
|
"@actions/core": "^1.3.0", |
|
"@actions/github": "^5.0.0", |
|
"adm-zip": "^0.5.5", |
|
"filesize": "^6.2.2" |
|
} |
|
}
|
|
|