From c7cfc3a2a323072eb267c475dcda05e844890ea0 Mon Sep 17 00:00:00 2001
From: Ryan Ghadimi <114221941+GhadimiR@users.noreply.github.com>
Date: Tue, 18 Mar 2025 21:28:08 +0000
Subject: [PATCH] dist & package.json

---
 dist/index.js     | 6 +++---
 package-lock.json | 4 ++--
 package.json      | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dist/index.js b/dist/index.js
index 64e3212..428acf2 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -118857,10 +118857,10 @@ function run() {
                     core.warning(`Artifact '${artifactName}' digest validation failed. Please verify the integrity of the artifact.`);
                 }
             }
-            core.info(`Total of ${artifacts.length} artifact(s) downloaded`);
-            core.setOutput(constants_1.Outputs.DownloadPath, resolvedPath);
-            core.info('Download artifact has finished successfully');
         }
+        core.info(`Total of ${artifacts.length} artifact(s) downloaded`);
+        core.setOutput(constants_1.Outputs.DownloadPath, resolvedPath);
+        core.info('Download artifact has finished successfully');
     });
 }
 run().catch(err => core.setFailed(`Unable to download artifact(s): ${err.message}`));
diff --git a/package-lock.json b/package-lock.json
index de8e8e3..748d6fd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "download-artifact",
-  "version": "4.2.0",
+  "version": "4.2.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "download-artifact",
-      "version": "4.2.0",
+      "version": "4.2.1",
       "license": "MIT",
       "dependencies": {
         "@actions/artifact": "^2.3.2",
diff --git a/package.json b/package.json
index 634c402..230b971 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "download-artifact",
-  "version": "4.2.0",
+  "version": "4.2.1",
   "description": "Download an Actions Artifact from a workflow run",
   "main": "dist/index.js",
   "scripts": {