From 7f4a691ec7a03ab99cf6aeb9941996c432220aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 07:25:00 +0000 Subject: [PATCH] Bump @actions/artifact from 6.2.0 to 6.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 6.2.0 to 6.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-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... 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 ffdaeb6..a3a6037 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "v1.1.0", "license": "MIT", "dependencies": { - "@actions/artifact": "^6.2.0", + "@actions/artifact": "^6.2.1", "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", "@actions/io": "^3.0.2", @@ -48,9 +48,9 @@ } }, "node_modules/@actions/artifact": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-6.2.0.tgz", - "integrity": "sha512-i9kmGy6WfuA6rby4fdD0UMKjT4MicFiKMsB5mUZ+1ggFW7+SzqvFsxLhIXxITkKUhTMVREXQfn/ZAN87EQLQDA==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-6.2.1.tgz", + "integrity": "sha512-sJGH0mhEbEjBCw7o6SaLhUU66u27aFW8HTfkIb5Tk2/Wy0caUDc+oYQEgnuFN7a0HCpAbQyK0U6U7XUJDgDWrw==", "license": "MIT", "dependencies": { "@actions/core": "^3.0.0", diff --git a/package.json b/package.json index 3ae0d68..40549da 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "license": "MIT", "dependencies": { - "@actions/artifact": "^6.2.0", + "@actions/artifact": "^6.2.1", "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", "@actions/io": "^3.0.2",