Update @actions/artifact package to version 0.5.0

This commit is contained in:
Konrad Pabjan 2021-01-04 11:55:58 +01:00
parent f144d3c391
commit b9b2ed3744
3 changed files with 131 additions and 48 deletions

6
package-lock.json generated
View file

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@actions/artifact": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.4.2.tgz",
"integrity": "sha512-vXbHfJbAwx8mqg7ZUCW6Vc3hG1GvM5wEMJjaVhXJIbyLeZCIIA8WgDvPA7Ag3OWtF5s15jF/jUIkGdxaCwmCbQ==",
"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.6",
"@actions/http-client": "^1.0.7",