Merge upstream/main and resolve conflicts for node24

This commit is contained in:
Salman Muin Kayser Chishti
2025-12-12 08:29:56 +00:00
7 changed files with 91 additions and 20 deletions

View File

@ -1,6 +1,6 @@
{
"name": "download-artifact",
"version": "4.3.0",
"version": "6.0.0",
"description": "Download an Actions Artifact from a workflow run",
"engines": {
"node": ">=24"
@ -32,7 +32,7 @@
},
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "5.0.0",
"@actions/artifact": "^5.0.0",
"@actions/core": "^2.0.0",
"@actions/github": "^6.0.1",
"minimatch": "^9.0.3"