Ingest v0.5.2 of @actions/artifact (#100)

* npm install --update @actions/artifact

* Update .licenses file

* npm run release
This commit is contained in:
Brian Cristante 2021-06-16 16:19:05 -04:00 committed by GitHub
parent 8bef1ad834
commit 3be87be14a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

6
package-lock.json generated
View file

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@actions/artifact": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.5.1.tgz",
"integrity": "sha512-wKXEa4fhvgsw3kPu74F3J6eAi92rqv7BvpjEAmiqmDFeuDj6cyqWDWXx6axWfiBmmln1/LVf1DLWikbciKkoVQ==",
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.5.2.tgz",
"integrity": "sha512-q/r8WSqyxBJ0ffLCRrtjCBTGnAYqP+ID4yG7f7YSlhrQ4thNg/d+Tq9f1YkLPKX46ZR97OWtGDY+oU/nxcqvLw==",
"requires": {
"@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.11",