diff --git a/package-lock.json b/package-lock.json index abdffc587..025619a53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecov-action", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecov-action", - "version": "4.3.0", + "version": "4.3.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 959cd7b3c..153f9664f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov-action", - "version": "4.3.0", + "version": "4.3.1", "description": "Upload coverage reports to Codecov from GitHub Actions", "main": "index.js", "scripts": {