mirror of
https://github.com/actions/download-artifact.git
synced 2025-12-31 15:02:17 +00:00
Merge upstream/main and resolve conflicts for node24
This commit is contained in:
commit
983cbdef67
7 changed files with 91 additions and 20 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue