diff --git a/package-lock.json b/package-lock.json
index 5d3f1c5c9..027d47a70 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
       "license": "MIT",
       "dependencies": {
         "@actions/artifact": "^0.5.2",
-        "@actions/core": "^1.2.6",
+        "@actions/core": "^1.4.0",
         "@actions/exec": "^1.1.0",
         "@actions/github": "^4.0.0",
         "@actions/http-client": "^1.0.11",
@@ -71,8 +71,9 @@
       }
     },
     "node_modules/@actions/core": {
-      "version": "1.2.6",
-      "license": "MIT"
+      "version": "1.4.0",
+      "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz",
+      "integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg=="
     },
     "node_modules/@actions/exec": {
       "version": "1.1.0",
@@ -6021,7 +6022,9 @@
       }
     },
     "@actions/core": {
-      "version": "1.2.6"
+      "version": "1.4.0",
+      "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz",
+      "integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg=="
     },
     "@actions/exec": {
       "version": "1.1.0",
diff --git a/package.json b/package.json
index d53a6c2cd..a2808da98 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
   "license": "MIT",
   "dependencies": {
     "@actions/artifact": "^0.5.2",
-    "@actions/core": "^1.2.6",
+    "@actions/core": "^1.4.0",
     "@actions/exec": "^1.1.0",
     "@actions/github": "^4.0.0",
     "@actions/http-client": "^1.0.11",