Update artifact package to 2.2.2

This commit is contained in:
Yang Cao 2025-02-25 16:10:45 -05:00
parent 7fba95161a
commit 1fc0fee191
4 changed files with 153 additions and 2524 deletions

View file

@ -1,6 +1,6 @@
{
"name": "download-artifact",
"version": "4.1.7",
"version": "4.1.9",
"description": "Download an Actions Artifact from a workflow run",
"main": "dist/index.js",
"scripts": {
@ -28,7 +28,7 @@
},
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "^2.1.8",
"@actions/artifact": "^2.2.2",
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"minimatch": "^9.0.3"