From 735efb4a0a50bb1a533b000483f2d0a23effbd26 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Tue, 17 Dec 2024 11:46:41 -0800 Subject: [PATCH] bump @actions/artifact from 2.1.11 to 2.2.0 Signed-off-by: Brian DeHamer --- .licenses/npm/@actions/artifact.dep.yml | Bin 1234 -> 1315 bytes package-lock.json | 15 ++++++++------- package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.licenses/npm/@actions/artifact.dep.yml b/.licenses/npm/@actions/artifact.dep.yml index 6f521cc390834a260e1d47bc07522bbf60ef73b9..f625854204628e4c8a9b1e1f19d4989550132541 100644 GIT binary patch delta 138 zcmXxcu@S;B3_#I_22bIZCdyH|V+v};XJTC}+h-|7E(I&F0~2HwCc+f-|NYPTZC;n> zbr_9qH8`6q8(EpLZO-1jQpsYmDLv4uO*ENUI8>Z_8&#_~fSEL|)8Gq3kA4EQl(dk7 Zwh(}kGF0?SR|5Z;N#sM8{^8@kpT2p!GF<=w delta 46 zcmZ3?b%}F=rm~@)p&?gEWkITyLS8{GS8-`>ZemfTl>%2rer{?(VmeTKkD0A7L* AivR!s diff --git a/package-lock.json b/package-lock.json index 45e63f8..7ca32b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.4.3", "license": "MIT", "dependencies": { - "@actions/artifact": "^2.1.11", + "@actions/artifact": "^2.2.0", "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", "@actions/glob": "^0.5.0", @@ -34,9 +34,10 @@ } }, "node_modules/@actions/artifact": { - "version": "2.1.11", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.11.tgz", - "integrity": "sha512-V/N/3yM3oLxozq2dpdGqbd/39UbDOR54bF25vYsvn3QZnyZERSzPjTAAwpGzdcwESye9G7vnuhPiKQACEuBQpg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.2.0.tgz", + "integrity": "sha512-nDEyBsphN148zHe6ihq1a/UX92MDgC2GS9XmeFx2xs/wztZxzARYllviiP5U1nTDp2n9dEhnUig9RP9eSDcU5g==", + "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", @@ -7908,9 +7909,9 @@ }, "dependencies": { "@actions/artifact": { - "version": "2.1.11", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.11.tgz", - "integrity": "sha512-V/N/3yM3oLxozq2dpdGqbd/39UbDOR54bF25vYsvn3QZnyZERSzPjTAAwpGzdcwESye9G7vnuhPiKQACEuBQpg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.2.0.tgz", + "integrity": "sha512-nDEyBsphN148zHe6ihq1a/UX92MDgC2GS9XmeFx2xs/wztZxzARYllviiP5U1nTDp2n9dEhnUig9RP9eSDcU5g==", "requires": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", diff --git a/package.json b/package.json index 76d272e..5ab3210 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/actions/upload-artifact#readme", "dependencies": { - "@actions/artifact": "^2.1.11", + "@actions/artifact": "^2.2.0", "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", "@actions/glob": "^0.5.0",