Skip to content

Commit c0e8c14

Browse files
committed
deploy: 6f5fdab
1 parent 7873a24 commit c0e8c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126484,7 +126484,7 @@ const path = __nccwpck_require__(71017)
126484126484
const core = __nccwpck_require__(42186)
126485126485
const tc = __nccwpck_require__(27784)
126486126486
const exec = __nccwpck_require__(71514)
126487-
const artifact = __nccwpck_require__(79450)
126487+
const { DefaultArtifactClient } = __nccwpck_require__(79450)
126488126488

126489126489
async 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'),

0 commit comments

Comments
 (0)