mirror of
https://github.com/actions/upload-artifact.git
synced 2025-12-13 11:57:52 +01:00
chore: update dependencies to use published npm packages
This commit is contained in:
@@ -33,10 +33,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/artifact": "file:../packages/artifact",
|
||||
"@actions/core": "file:../packages/core",
|
||||
"@actions/core": "^2.0.0",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@actions/glob": "file:../packages/glob",
|
||||
"@actions/io": "file:../packages/io",
|
||||
"@actions/glob": "^0.5.0",
|
||||
"@actions/io": "^2.0.0",
|
||||
"minimatch": "^9.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user