Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jun 10, 2024
1 parent e414deb commit 776a3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-stage-tests-on-jfrog-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
import {DefaultArtifactClient} from '@actions/artifact'
const {DefaultArtifactClient} = require('@actions/artifact')
const artifact = new DefaultArtifactClient()
Expand Down

0 comments on commit 776a3ab

Please sign in to comment.