chore(release): v4.3.0

This commit is contained in:
Tom Hu 2024-04-09 10:55:11 -07:00
parent e8419092e9
commit dbf261d84c
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.2.0",
"version": "4.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "codecov-action",
"version": "4.2.0",
"version": "4.3.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",

View file

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