From a142478bb9badbfa6d4bce06ff7a7b9371c76e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:39:14 +0000 Subject: [PATCH] build(deps): bump @actions/artifact from 2.0.1 to 2.1.1 Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) from 2.0.1 to 2.1.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/http-client@2.1.1/packages/artifact) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e30a222..d59183f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "action-download-artifact", "dependencies": { - "@actions/artifact": "^2.0.1", + "@actions/artifact": "^2.1.1", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "adm-zip": "^0.5.10", @@ -14,9 +14,9 @@ } }, "node_modules/@actions/artifact": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.0.1.tgz", - "integrity": "sha512-MGgWRU4n4yoGQ5NbfwKWl3whSuFG/ll2FZ1au+jAiOIykKk+dnTFMuiklomsD6yx56ZnkQTVa/0Se5N0T0f6Nw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.1.tgz", + "integrity": "sha512-xVVwWhrRb4YLiTeYkNxctv9IhwIKUsLwIhqD9CKknXtQaqIksq5HttFN8wXQvMrpjQO4zGJf5xLUs6mKyfN4yQ==", "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", diff --git a/package.json b/package.json index 6def67d1..a1bb6431 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "action-download-artifact", "main": "main.js", "dependencies": { - "@actions/artifact": "^2.0.1", + "@actions/artifact": "^2.1.1", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "adm-zip": "^0.5.10",