updating artifact package v2.1.6

This commit is contained in:
Your Name 2024-04-22 08:12:12 -07:00
parent 8caf195ad4
commit 89af5db821
3 changed files with 12 additions and 13 deletions

View file

@ -1,6 +1,6 @@
{
"name": "download-artifact",
"version": "4.1.5",
"version": "4.1.6",
"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.5",
"@actions/artifact": "^2.1.6",
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"minimatch": "^9.0.3"