Skip to content

Commit

Permalink
deploy: 1a3e0e4
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Aug 14, 2023
1 parent 2230d1d commit 18b193b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13629,7 +13629,7 @@ async function action () {
core.debug(`Download k6 v${k6Version}`)
let k6Path = tc.find('k6', k6Version)
if (!k6Path) {
const k6Download = await tc.downloadTool(`https://github.com/k6io/k6/releases/download/v${k6Version}/k6-v${k6Version}-linux-amd64.tar.gz`)
const k6Download = await tc.downloadTool(`https://github.com/grafana/k6/releases/download/v${k6Version}/k6-v${k6Version}-linux-amd64.tar.gz`)
const k6ExtractedFolder = await tc.extractTar(k6Download)
const k6Root = path.join(k6ExtractedFolder, `k6-v${k6Version}-linux-amd64`)
k6Path = await tc.cacheDir(k6Root, 'k6', k6Version)
Expand Down

0 comments on commit 18b193b

Please sign in to comment.