Bump @actions/core to 1.10.0

This commit is contained in:
Josh Soref 2022-10-12 15:50:44 -04:00
commit 88fc867822
No known key found for this signature in database
3 changed files with 1338 additions and 69 deletions

View file

@ -1,6 +1,6 @@
{
"name": "upload-artifact",
"version": "3.0.0",
"version": "3.1.0",
"description": "Upload a build artifact that can be used by subsequent workflow steps",
"main": "dist/index.js",
"scripts": {
@ -30,7 +30,7 @@
"homepage": "https://github.com/actions/upload-artifact#readme",
"dependencies": {
"@actions/artifact": "^1.1.0",
"@actions/core": "^1.2.6",
"@actions/core": "^1.10.0",
"@actions/glob": "^0.1.0",
"@actions/io": "^1.0.2"
},