Bump @actions/core to 1.10.0

This commit is contained in:
Josh Soref 2022-10-12 15:51:24 -04:00
parent 076f0f7dd0
commit e8e2808128
No known key found for this signature in database
3 changed files with 2101 additions and 45 deletions

View file

@ -1,6 +1,6 @@
{
"name": "download-artifact",
"version": "3.0.0",
"version": "3.1.0",
"description": "Download a build artifact that was previously uploaded in the workflow by the upload-artifact action",
"main": "dist/index.js",
"scripts": {
@ -29,7 +29,7 @@
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "^1.0.0",
"@actions/core": "^1.2.6"
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/node": "^12.12.6",