chore(release): 4.4.0

This commit is contained in:
Tom Hu 2024-05-14 21:27:51 +07:00
parent 2791a5c4fe
commit 1eca7e16cc
No known key found for this signature in database
GPG key ID: 79155678363963D2
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.3.1",
"version": "4.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "codecov-action",
"version": "4.3.1",
"version": "4.4.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",

View file

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