From 55ad26a9f263badc3c10928f48c10f0a8d046666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 07:31:43 +0000 Subject: [PATCH] Bump the npm-production group across 1 directory with 2 updates Bumps the npm-production group with 2 updates in the / directory: [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) and [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core). 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) Updates `@actions/core` from 3.0.0 to 3.0.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- 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 - dependency-name: "@actions/core" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffdaeb6..809a721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "v1.1.0", "license": "MIT", "dependencies": { - "@actions/artifact": "^6.2.0", - "@actions/core": "^3.0.0", + "@actions/artifact": "^6.2.1", + "@actions/core": "^3.0.1", "@actions/exec": "^3.0.0", "@actions/io": "^3.0.2", "@actions/tool-cache": "^4.0.0" @@ -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", @@ -220,9 +220,9 @@ } }, "node_modules/@actions/core": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-3.0.0.tgz", - "integrity": "sha512-zYt6cz+ivnTmiT/ksRVriMBOiuoUpDCJJlZ5KPl2/FRdvwU3f7MPh9qftvbkXJThragzUZieit2nyHUyw53Seg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-3.0.1.tgz", + "integrity": "sha512-a6d/Nwahm9fliVGRhdhofo40HjHQasUPusmc7vBfyky+7Z+P2A1J68zyFVaNcEclc/Se+eO595oAr5nwEIoIUA==", "license": "MIT", "dependencies": { "@actions/exec": "^3.0.0", diff --git a/package.json b/package.json index 3ae0d68..adfd028 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ }, "license": "MIT", "dependencies": { - "@actions/artifact": "^6.2.0", - "@actions/core": "^3.0.0", + "@actions/artifact": "^6.2.1", + "@actions/core": "^3.0.1", "@actions/exec": "^3.0.0", "@actions/io": "^3.0.2", "@actions/tool-cache": "^4.0.0"