From 6948d5988e7620765372f0db7069b9587da6f651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 18:44:30 +0000 Subject: [PATCH] Bump @actions/artifact from 2.0.0 to 2.1.1 Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) from 2.0.0 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54b9281..d0488e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@actions/artifact": "^2.0.0", + "@actions/artifact": "^2.1.1", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "js-yaml": "^4.1.0" @@ -25,9 +25,9 @@ } }, "node_modules/@actions/artifact": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.0.0.tgz", - "integrity": "sha512-rr1yJ7/2c4i/OdQ9G0MXJfV4svPgqe+UfNWOK2+jZghTVJatJJAlJskJFK+RqzTyX8qn6CWgG/w7tJRNDzNnhQ==", + "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", @@ -5550,9 +5550,9 @@ }, "dependencies": { "@actions/artifact": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.0.0.tgz", - "integrity": "sha512-rr1yJ7/2c4i/OdQ9G0MXJfV4svPgqe+UfNWOK2+jZghTVJatJJAlJskJFK+RqzTyX8qn6CWgG/w7tJRNDzNnhQ==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.1.tgz", + "integrity": "sha512-xVVwWhrRb4YLiTeYkNxctv9IhwIKUsLwIhqD9CKknXtQaqIksq5HttFN8wXQvMrpjQO4zGJf5xLUs6mKyfN4yQ==", "requires": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", diff --git a/package.json b/package.json index 25e136d..56f48ac 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "typescript": "^4.9.5" }, "dependencies": { - "@actions/artifact": "^2.0.0", + "@actions/artifact": "^2.1.1", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "js-yaml": "^4.1.0"