mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2026-02-04 16:41:42 +00:00
chore: use local @actions/core, glob, io packages
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