mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 23:22:44 +00:00
upgrade package to v3
This commit is contained in:
parent
360d0830b5
commit
2d338d2145
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "download-artifact",
|
"name": "download-artifact",
|
||||||
"version": "2.0.0",
|
"version": "3.0.0",
|
||||||
"description": "Download a build artifact that was previously uploaded in the workflow by the upload-artifact action",
|
"description": "Download a build artifact that was previously uploaded in the workflow by the upload-artifact action",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue