diff --git a/dist/index.js b/dist/index.js index feac67e..10b9858 100644 --- a/dist/index.js +++ b/dist/index.js @@ -7220,7 +7220,7 @@ var buildExec = function () { var filepath = workingDir ? workingDir + '/codecov.sh' : 'codecov.sh'; var execArgs = [filepath]; - execArgs.push('-n', "" + name, '-F', "" + flags, '-Q', 'github-action'); + execArgs.push('-n', "" + name, '-F', "" + flags, '-Q', 'github-action-1.5.1'); var options = {}; options.env = Object.assign(process.env, { GITHUB_ACTION: process.env.GITHUB_ACTION, diff --git a/src/buildExec.ts b/src/buildExec.ts index ff67adc..d9fcb99 100644 --- a/src/buildExec.ts +++ b/src/buildExec.ts @@ -51,7 +51,7 @@ const buildExec = () => { workingDir + '/codecov.sh' : 'codecov.sh'; const execArgs = [filepath]; - execArgs.push( '-n', `${name}`, '-F', `${flags}`, '-Q', 'github-action' ); + execArgs.push( '-n', `${name}`, '-F', `${flags}`, '-Q', 'github-action-1.5.1' ); const options:any = {}; options.env = Object.assign(process.env, {