From 636701b46de5395feaab81af734387d708086cbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:15:14 +0000 Subject: [PATCH] Bump @actions/artifact from 2.0.1 to 2.1.1 Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) from 2.0.1 to 2.1.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/http-client@2.1.1/packages/artifact) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-type: direct:production update-type: version-update:semver-minor ... 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 374d5e4..266165d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/artifact": "^2.0.1", + "@actions/artifact": "^2.1.1", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@octokit/request-error": "^5.0.1", @@ -37,9 +37,9 @@ } }, "node_modules/@actions/artifact": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.0.1.tgz", - "integrity": "sha512-MGgWRU4n4yoGQ5NbfwKWl3whSuFG/ll2FZ1au+jAiOIykKk+dnTFMuiklomsD6yx56ZnkQTVa/0Se5N0T0f6Nw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.1.tgz", + "integrity": "sha512-xVVwWhrRb4YLiTeYkNxctv9IhwIKUsLwIhqD9CKknXtQaqIksq5HttFN8wXQvMrpjQO4zGJf5xLUs6mKyfN4yQ==", "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", diff --git a/package.json b/package.json index bbdb54f..a55bdc3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Deploy an actions artifact to GitHub Pages", "main": "./dist/index.js", "dependencies": { - "@actions/artifact": "^2.0.1", + "@actions/artifact": "^2.1.1", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@octokit/request-error": "^5.0.1",