From 99c816172cc39bc24d185bb0aae1c6bbed189223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 12:44:17 +0000 Subject: [PATCH] chore(deps): bump @actions/artifact 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 9049695..765742e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.6.3", "license": "MIT", "dependencies": { - "@actions/artifact": "6.2.0", + "@actions/artifact": "6.2.1", "@actions/core": "^3.0.0", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.1" @@ -41,9 +41,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 7ee2a80..1a1e69a 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ ] }, "dependencies": { - "@actions/artifact": "6.2.0", + "@actions/artifact": "6.2.1", "@actions/core": "^3.0.0", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.1"