Compare commits

...

2 Commits
main ... v3.1.5

Author SHA1 Message Date
Tom Hu
4fe8c5f003 chore(release): bump to 3.1.5 2024-01-25 10:44:09 -08:00
Robin Hallabro-Kokko
9140fdcf54 action.yml: Update to Node.js 20 (#1228)
Node.js 16 actions are deprecated.

This should suppress the deprecation notice: Please update the following actions to use Node.js 20: codecov/codecov-action@v3
2024-01-25 10:41:05 -08:00
4 changed files with 5 additions and 5 deletions

View File

@@ -120,5 +120,5 @@ branding:
color: 'red'
icon: 'umbrella'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

2
dist/index.js vendored
View File

@@ -22072,7 +22072,7 @@ var core = __nccwpck_require__(2186);
// EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js
var github = __nccwpck_require__(5438);
;// CONCATENATED MODULE: ./package.json
const package_namespaceObject = {"i8":"3.1.4"};
const package_namespaceObject = {"i8":"3.1.5"};
;// CONCATENATED MODULE: ./src/buildExec.ts

4
package-lock.json generated
View File

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

View File

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