chore(release): v4.1.0 (#1307)

This commit is contained in:
Tom Hu
2024-02-26 11:44:43 -08:00
committed by GitHub
parent 8ba77ef8d7
commit 54bcd8715e
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "codecov-action",
"version": "4.0.2",
"version": "4.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "codecov-action",
"version": "4.0.2",
"version": "4.1.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",

View File

@@ -1,6 +1,6 @@
{
"name": "codecov-action",
"version": "4.0.2",
"version": "4.1.0",
"description": "Upload coverage reports to Codecov from GitHub Actions",
"main": "index.js",
"scripts": {