1
0
mirror of https://github.com/actions/upload-artifact.git synced 2025-12-13 11:57:52 +01:00

Merge origin/main and resolve conflicts for node24

- Updated @actions/artifact to ^5.0.0
- Updated @actions/core to ^2.0.0
- Regenerated dist files and license cache
This commit is contained in:
Salman Muin Kayser Chishti
2025-12-12 08:32:24 +00:00
5 changed files with 2161 additions and 1204 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "upload-artifact",
"version": "4.6.2",
"version": "5.0.0",
"description": "Upload an Actions Artifact in a workflow run",
"main": "dist/upload/index.js",
"scripts": {
@@ -32,7 +32,7 @@
"node": ">=24"
},
"dependencies": {
"@actions/artifact": "file:../packages/artifact",
"@actions/artifact": "^5.0.0",
"@actions/core": "^2.0.0",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.5.0",