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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user