From 6ca0c4613209eb18d58435911550b037bd928d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 22:22:24 +0000 Subject: [PATCH] Bump @actions/artifact from 0.5.1 to 0.5.2 Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e55f4b68b..65028b951 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.9", "license": "MIT", "dependencies": { - "@actions/artifact": "^0.5.1", + "@actions/artifact": "^0.5.2", "@actions/core": "^1.2.6", "@actions/exec": "^1.1.0", "@actions/github": "^4.0.0", @@ -59,8 +59,9 @@ } }, "node_modules/@actions/artifact": { - "version": "0.5.1", - "license": "MIT", + "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==", "dependencies": { "@actions/core": "^1.2.6", "@actions/http-client": "^1.0.11", @@ -5929,7 +5930,9 @@ }, "dependencies": { "@actions/artifact": { - "version": "0.5.1", + "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", diff --git a/package.json b/package.json index dc3a5ddb9..9901588a3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "license": "MIT", "dependencies": { - "@actions/artifact": "^0.5.1", + "@actions/artifact": "^0.5.2", "@actions/core": "^1.2.6", "@actions/exec": "^1.1.0", "@actions/github": "^4.0.0",