From 9140fdcf549f069e1ad6cc2bf17ee0251b024bfb Mon Sep 17 00:00:00 2001
From: Robin Hallabro-Kokko <robin@hallabro-kokko.se>
Date: Thu, 25 Jan 2024 19:41:05 +0100
Subject: [PATCH 1/2] 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
---
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index 2e3327e9b..25268eccd 100644
--- a/action.yml
+++ b/action.yml
@@ -120,5 +120,5 @@ branding:
   color: 'red'
   icon: 'umbrella'
 runs:
-  using: 'node16'
+  using: 'node20'
   main: 'dist/index.js'

From 4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 Mon Sep 17 00:00:00 2001
From: Tom Hu <thomas.hu@sentry.io>
Date: Thu, 25 Jan 2024 10:44:09 -0800
Subject: [PATCH 2/2] chore(release): bump to 3.1.5

---
 dist/index.js     | 2 +-
 package-lock.json | 4 ++--
 package.json      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dist/index.js b/dist/index.js
index 1b8470ddb..f469224e3 100755
--- a/dist/index.js
+++ b/dist/index.js
@@ -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
 
 
diff --git a/package-lock.json b/package-lock.json
index 58548d9c6..08d63df3b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -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",
diff --git a/package.json b/package.json
index 314c54872..9507f0a89 100644
--- a/package.json
+++ b/package.json
@@ -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": {