From 0f573694adb2afc7b30f9435fac65e3ad281da4e Mon Sep 17 00:00:00 2001 From: Bethany Date: Thu, 24 Aug 2023 11:21:18 -0700 Subject: [PATCH] bump @actions/artifact to 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 354a84a..38120b6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/actions/upload-artifact#readme", "dependencies": { - "@actions/artifact": "^1.1.1", + "@actions/artifact": "^2.0.0", "@actions/core": "^1.10.0", "@actions/glob": "^0.3.0", "@actions/io": "^1.1.2"