From 3e9e6b5bde9e845c30cd87fab01312f08b8cb758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 01:52:44 +0000 Subject: [PATCH] Bump @actions/artifact from 2.2.0 to 2.2.1 in the npm-production group Bumps the npm-production group with 1 update: [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact). Updates `@actions/artifact` from 2.2.0 to 2.2.1 - [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 dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d822330..384f3c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/artifact": "^2.2.0", + "@actions/artifact": "^2.2.1", "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", @@ -61,9 +61,10 @@ } }, "node_modules/@actions/artifact": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.2.0.tgz", - "integrity": "sha512-nDEyBsphN148zHe6ihq1a/UX92MDgC2GS9XmeFx2xs/wztZxzARYllviiP5U1nTDp2n9dEhnUig9RP9eSDcU5g==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.2.1.tgz", + "integrity": "sha512-V2cvKJ+Evg2n9Mcqz7kjbY2s0nd9MsBI2rw2E38pSEMv+Coo4i1sX0lyGcgSn1zyfVtmLwAI9LfuSptWF8PdaA==", + "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", diff --git a/package.json b/package.json index 920ead0..114b9ff 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ ] }, "dependencies": { - "@actions/artifact": "^2.2.0", + "@actions/artifact": "^2.2.1", "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0",