mirror of
https://github.com/actions/upload-artifact.git
synced 2025-12-12 13:11:31 +00:00
chore: update dependencies to use published npm packages
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
This commit is contained in:
parent
8b8de53667
commit
87458809df
4 changed files with 31553 additions and 125951 deletions
73581
dist/merge/index.js
vendored
73581
dist/merge/index.js
vendored
File diff suppressed because one or more lines are too long
73597
dist/upload/index.js
vendored
73597
dist/upload/index.js
vendored
File diff suppressed because one or more lines are too long
10320
package-lock.json
generated
10320
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -33,10 +33,10 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/artifact": "file:../packages/artifact",
|
"@actions/artifact": "file:../packages/artifact",
|
||||||
"@actions/core": "file:../packages/core",
|
"@actions/core": "^2.0.0",
|
||||||
"@actions/github": "^6.0.0",
|
"@actions/github": "^6.0.0",
|
||||||
"@actions/glob": "file:../packages/glob",
|
"@actions/glob": "^0.5.0",
|
||||||
"@actions/io": "file:../packages/io",
|
"@actions/io": "^2.0.0",
|
||||||
"minimatch": "^9.0.3"
|
"minimatch": "^9.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue