1
0
mirror of https://github.com/actions/download-artifact.git synced 2025-12-06 01:37:50 +01:00

Prepare v6.0.0

This commit is contained in:
Daniel Kennedy
2025-10-24 13:56:00 -04:00
parent 4a24838f3d
commit fa1ce46bbd
4 changed files with 4686 additions and 2953 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",
"main": "dist/index.js",
"scripts": {
@@ -29,7 +29,7 @@
},
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "^2.3.2",
"@actions/artifact": "^4.0.0",
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"minimatch": "^9.0.3"