From e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Thu, 13 Jun 2024 01:59:44 +0800 Subject: [PATCH] chore(release): bump to 4.5.0 (#1477) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a27b6f78d..e7c0bb289 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecov-action", - "version": "4.4.1", + "version": "4.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecov-action", - "version": "4.4.1", + "version": "4.5.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index bd420a30c..7840c8d3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov-action", - "version": "4.4.1", + "version": "4.5.0", "description": "Upload coverage reports to Codecov from GitHub Actions", "main": "index.js", "scripts": {