Skip to content

Commit

Permalink
deploy: 6f5fdab
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Mar 26, 2024
1 parent 7873a24 commit c0e8c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down Expand Up @@ -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'),
Expand Down

0 comments on commit c0e8c14

Please sign in to comment.