diff --git a/package.json b/package.json index 7c6e6fb..0cf65cf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "local-exec": "RUNNER_TEMP=.runner-temp RUNNER_TOOL_CACHE=.runner-cache INPUT_KUBECTLVERSION=stable INPUT_ENABLEPLUGINS=true node --enable-source-maps dist/index.js" }, "dependencies": { - "@actions/artifact": "^2.1.2", + "@actions/artifact": "^2.1.4", "@actions/core": "^1.10.1", "@actions/tool-cache": "^2.0.1", "node-fetch": "^3.3.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e7f064d..bba8f5f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@actions/artifact': - specifier: ^2.1.2 - version: 2.1.2 + specifier: ^2.1.4 + version: 2.1.4 '@actions/core': specifier: ^1.10.1 version: 1.10.1 @@ -34,8 +34,8 @@ devDependencies: packages: - /@actions/artifact@2.1.2: - resolution: {integrity: sha512-JggZCTFze8D+10qFHnv9qnAElXMCXfV7m0IiZKuj9vwGVPrt9ak+vVpS2Iyn7KNXMyuUxXh7/bNugL4e4jfZIg==} + /@actions/artifact@2.1.4: + resolution: {integrity: sha512-nKgNduFA02drKt4rFqXsF6PjWmfKdxZDuWWdenoI1bBzgys3y8O7kw4gAS+gvLOT3EfsyV+mwTIisuXBjwQ3RA==} dependencies: '@actions/core': 1.10.1 '@actions/github': 5.1.1