diff --git a/package-lock.json b/package-lock.json index 36f265d7..fafa3258 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "action-download-artifact", "dependencies": { - "@actions/artifact": "^6.1.0", + "@actions/artifact": "^6.2.0", "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", "adm-zip": "^0.5.16", @@ -14,9 +14,9 @@ } }, "node_modules/@actions/artifact": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-6.1.0.tgz", - "integrity": "sha512-oRn9YhKkboXgIq2TQZ9uj6bhkT5ZUzFtnyTQ0tLGBwImaD0GfWShE5R0tPbN25EJmS3tz5sDd2JnVokAOtNrZQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-6.2.0.tgz", + "integrity": "sha512-i9kmGy6WfuA6rby4fdD0UMKjT4MicFiKMsB5mUZ+1ggFW7+SzqvFsxLhIXxITkKUhTMVREXQfn/ZAN87EQLQDA==", "license": "MIT", "dependencies": { "@actions/core": "^3.0.0", diff --git a/package.json b/package.json index ef872997..90d24314 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "main": "main.js", "dependencies": { - "@actions/artifact": "^6.1.0", + "@actions/artifact": "^6.2.0", "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", "adm-zip": "^0.5.16",