File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126484,7 +126484,7 @@ const path = __nccwpck_require__(71017)
126484126484const core = __nccwpck_require__(42186)
126485126485const tc = __nccwpck_require__(27784)
126486126486const exec = __nccwpck_require__(71514)
126487- const artifact = __nccwpck_require__(79450)
126487+ const { DefaultArtifactClient } = __nccwpck_require__(79450)
126488126488
126489126489async function action () {
126490126490 const command = core.getInput('command', { required: true })
@@ -126579,7 +126579,7 @@ async function action () {
126579126579 core.endGroup()
126580126580
126581126581 // ------
126582- await artifact.create( ).uploadArtifact(
126582+ await (new DefaultArtifactClient() ).uploadArtifact(
126583126583 `sct-${command}-results`,
126584126584 [
126585126585 path.join(__dirname, '../sct-results.json'),
You can’t perform that action at this time.
0 commit comments