diff --git a/dist/index.js b/dist/index.js index f469224e3..501add80f 100755 --- a/dist/index.js +++ b/dist/index.js @@ -22072,7 +22072,7 @@ var core = __nccwpck_require__(2186); // EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js var github = __nccwpck_require__(5438); ;// CONCATENATED MODULE: ./package.json -const package_namespaceObject = {"i8":"3.1.5"}; +const package_namespaceObject = {"i8":"3.1.6"}; ;// CONCATENATED MODULE: ./src/buildExec.ts diff --git a/package-lock.json b/package-lock.json index 08d63df3b..12a2d5992 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecov-action", - "version": "3.1.5", + "version": "3.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecov-action", - "version": "3.1.5", + "version": "3.1.6", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 9507f0a89..b8f668963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov-action", - "version": "3.1.5", + "version": "3.1.6", "description": "Upload coverage reports to Codecov from GitHub Actions", "main": "index.js", "scripts": {