mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-28 01:18:27 +02:00
Bump @actions/core to 1.10.0
This commit is contained in:
parent
076f0f7dd0
commit
e8e2808128
3 changed files with 2101 additions and 45 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue