diff --git a/dist/index.js b/dist/index.js index 00ea543..a86ed28 100644 --- a/dist/index.js +++ b/dist/index.js @@ -126484,7 +126484,7 @@ const path = __nccwpck_require__(71017) const core = __nccwpck_require__(42186) const tc = __nccwpck_require__(27784) const exec = __nccwpck_require__(71514) -const artifact = __nccwpck_require__(79450) +const { DefaultArtifactClient } = __nccwpck_require__(79450) async function action () { const command = core.getInput('command', { required: true }) @@ -126579,7 +126579,7 @@ async function action () { core.endGroup() // ------ - await artifact.create().uploadArtifact( + await (new DefaultArtifactClient()).uploadArtifact( `sct-${command}-results`, [ path.join(__dirname, '../sct-results.json'),