From e3221a19801cf191e075ea66b3d07d1e95b8a5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 06:06:01 +0000 Subject: [PATCH] Bump @actions/artifact from 2.1.7 to 2.1.9 Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) from 2.1.7 to 2.1.9. - [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-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 18cc65e..3ae1cda 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@actions/cache": "^3.2.4", "@actions/github": "^6.0.0", "@actions/glob": "^0.4.0", - "@actions/artifact": "^2.1.7", + "@actions/artifact": "^2.1.9", "@types/node": "^20.14.2", "typescript": "^5.4.5", "esbuild": "^0.21.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eff27e9..a69e6a8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: devDependencies: '@actions/artifact': - specifier: ^2.1.7 - version: 2.1.7 + specifier: ^2.1.9 + version: 2.1.9 '@actions/cache': specifier: ^3.2.4 version: 3.2.4 @@ -35,8 +35,8 @@ devDependencies: packages: - /@actions/artifact@2.1.7: - resolution: {integrity: sha512-iIFsTPZnb182dBc+Is5v7ZqojC4ydO8Ru4/PD8Azg2diV//fdW3H6biEH/utUlNhwfOuHxZpC/QSQsU5KDEuuw==} + /@actions/artifact@2.1.9: + resolution: {integrity: sha512-f9JXC9JrwramDRJHZiIOKJo3PGw/V3riYegLj5kHi8YEJ2k72TNUd1zDW1BG50ILnzJ0cp1faDVJ2pSdolRQfg==} dependencies: '@actions/core': 1.10.1 '@actions/github': 5.1.1