mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-21 18:16:47 +00:00
Update lockfileVersion
in package-lock.json
(#302)
* update lockfileVersion * regenerate package lock * update actions/artifact package * upgrade to v3 * bump license number * bump upload-artifact package version * regenerate index.js * add newline * generate release * revert index.js * use correct typescript version * revert artifact version * regenerate lock file * revert to newer packages * regenerate index.js * use new version in README
This commit is contained in:
parent
2244c82003
commit
6673cd052c
5 changed files with 9956 additions and 66 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "upload-artifact",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "Upload a build artifact that can be used by subsequent workflow steps",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/actions/upload-artifact#readme",
|
||||
"dependencies": {
|
||||
"@actions/artifact": "^0.6.1",
|
||||
"@actions/artifact": "^1.0.0",
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/glob": "^0.1.0",
|
||||
"@actions/io": "^1.0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue