mirror of
https://github.com/actions/upload-artifact.git
synced 2025-12-16 13:17:21 +00:00
chore: use local @actions/core, glob, io packages
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
This commit is contained in:
parent
d2e7727e56
commit
8b8de53667
4 changed files with 123608 additions and 21685 deletions
|
|
@ -33,10 +33,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@actions/artifact": "file:../packages/artifact",
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/core": "file:../packages/core",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@actions/glob": "^0.5.0",
|
||||
"@actions/io": "^1.1.2",
|
||||
"@actions/glob": "file:../packages/glob",
|
||||
"@actions/io": "file:../packages/io",
|
||||
"minimatch": "^9.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue