diff --git a/package-lock.json b/package-lock.json index 7a1f8563..f66ab62e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "action-download-artifact", "dependencies": { - "@actions/artifact": "^2.1.1", + "@actions/artifact": "^2.1.2", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "adm-zip": "^0.5.10", @@ -14,9 +14,9 @@ } }, "node_modules/@actions/artifact": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.1.tgz", - "integrity": "sha512-xVVwWhrRb4YLiTeYkNxctv9IhwIKUsLwIhqD9CKknXtQaqIksq5HttFN8wXQvMrpjQO4zGJf5xLUs6mKyfN4yQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.2.tgz", + "integrity": "sha512-JggZCTFze8D+10qFHnv9qnAElXMCXfV7m0IiZKuj9vwGVPrt9ak+vVpS2Iyn7KNXMyuUxXh7/bNugL4e4jfZIg==", "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", diff --git a/package.json b/package.json index a1bb6431..511b5432 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "action-download-artifact", "main": "main.js", "dependencies": { - "@actions/artifact": "^2.1.1", + "@actions/artifact": "^2.1.2", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "adm-zip": "^0.5.10",