Bump @actions/artifact to version 0.5.0

This commit is contained in:
Konrad Pabjan 2021-01-04 12:19:24 +01:00
parent e6bd6b7749
commit 838d4f8c9a
3 changed files with 225 additions and 74 deletions

14
package-lock.json generated
View file

@ -5,11 +5,11 @@
"requires": true,
"dependencies": {
"@actions/artifact": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.4.0.tgz",
"integrity": "sha512-iPDMvCIogq22F3r11xyBbH2wtUuJYfa3llGM8Kxilx6lVrcGpWa5Bnb1ukD/MEmCn9SBXdz6eqNLa10GQ20HNg==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.5.0.tgz",
"integrity": "sha512-uo9zlqm8sZBysFVaBZh8iAe2xNf9x2fDQZZMHiKyBEShvCB2S2nA4+Kt3Xsi9eG5O1E8fVMwEVuwLR3/Zy3mrA==",
"requires": {
"@actions/core": "^1.2.1",
"@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.7",
"@types/tmp": "^0.1.0",
"tmp": "^0.1.0",
@ -41,9 +41,9 @@
}
},
"@actions/http-client": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.8.tgz",
"integrity": "sha512-G4JjJ6f9Hb3Zvejj+ewLLKLf99ZC+9v+yCxoYf9vSyH+WkzPLB2LuUtRMGNkooMqdugGBFStIKXOuvH1W+EctA==",
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.9.tgz",
"integrity": "sha512-0O4SsJ7q+MK0ycvXPl2e6bMXV7dxAXOGjrXS1eTF9s2S401Tp6c/P3c3Joz04QefC1J6Gt942Wl2jbm3f4mLcg==",
"requires": {
"tunnel": "0.0.6"
}