From a3a2f83e2fddfa8590a8d655a56922f35fe612c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:27:56 +0000 Subject: [PATCH] :arrow_up: deps: Bump @actions/artifact from 2.3.2 to 4.0.0 Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) from 2.3.2 to 4.0.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/cache@4.0.0/packages/artifact) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c7ef24fa..ed512324d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "format": "prettier --write ." }, "dependencies": { - "@actions/artifact": "^2.3.2", + "@actions/artifact": "^4.0.0", "@vscode/vsce": "^3.0.0", "ajv": "^8.8.1", "chai": "^5.1.0",