diff --git a/package-lock.json b/package-lock.json index 2061c0a..d5b75ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.2.2", "license": "MIT", "dependencies": { - "@actions/artifact": "^1.1.2", + "@actions/artifact": "^1.1.3", "@actions/core": "^1.10.0", "@actions/glob": "^0.5.0", "@actions/io": "^1.1.2" @@ -32,9 +32,10 @@ } }, "node_modules/@actions/artifact": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-1.1.2.tgz", - "integrity": "sha512-1gLONA4xw3/Q/9vGxKwkFdV9u1LE2RWGx/IpAqg28ZjprCnJFjwn4pA7LtShqg5mg5WhMek2fjpyH1leCmOlQQ==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-1.1.3.tgz", + "integrity": "sha512-upUEBnt+yuKKprr+K0LyigDyNJMNdXdWZaID6oGrmftaWJfG0TdKwj2BEHuUpn3J2teNpOTvvy7AGNtw+sykCQ==", + "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", "@actions/http-client": "^2.0.1", @@ -6064,9 +6065,9 @@ }, "dependencies": { "@actions/artifact": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-1.1.2.tgz", - "integrity": "sha512-1gLONA4xw3/Q/9vGxKwkFdV9u1LE2RWGx/IpAqg28ZjprCnJFjwn4pA7LtShqg5mg5WhMek2fjpyH1leCmOlQQ==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-1.1.3.tgz", + "integrity": "sha512-upUEBnt+yuKKprr+K0LyigDyNJMNdXdWZaID6oGrmftaWJfG0TdKwj2BEHuUpn3J2teNpOTvvy7AGNtw+sykCQ==", "requires": { "@actions/core": "^1.9.1", "@actions/http-client": "^2.0.1", diff --git a/package.json b/package.json index 3c75784..f4c3ea0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/actions/upload-artifact#readme", "dependencies": { - "@actions/artifact": "^1.1.2", + "@actions/artifact": "^1.1.3", "@actions/core": "^1.10.0", "@actions/glob": "^0.5.0", "@actions/io": "^1.1.2"