Add an option to specify retention period

This commit is contained in:
Yang Cao
2020-08-27 13:39:36 -04:00
parent 58740802ef
commit 59018c2f85
8 changed files with 66 additions and 10 deletions

6
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@actions/artifact": {
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.3.5.tgz",
"integrity": "sha512-y27pBEnUjOqCP2zUf86YkiqGOp1r0C9zUOmGmcxizsHMls0wvk+FJwd+l8JIoukvj1BeBHYP+c+9AEqOt5AqMA==",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.4.0.tgz",
"integrity": "sha512-iPDMvCIogq22F3r11xyBbH2wtUuJYfa3llGM8Kxilx6lVrcGpWa5Bnb1ukD/MEmCn9SBXdz6eqNLa10GQ20HNg==",
"dev": true,
"requires": {
"@actions/core": "^1.2.1",