diff --git a/package-lock.json b/package-lock.json index b494e856e..716947e54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecov-action", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecov-action", - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 57de5aa34..200c5b303 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov-action", - "version": "4.0.1", + "version": "4.0.2", "description": "Upload coverage reports to Codecov from GitHub Actions", "main": "index.js", "scripts": {