From 59ef34ab243724e7ad4c9963f232c9535cd88880 Mon Sep 17 00:00:00 2001
From: Rob Herley <robherley@github.com>
Date: Mon, 20 Nov 2023 11:28:41 -0500
Subject: [PATCH] bump for more logs

---
 dist/index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dist/index.js b/dist/index.js
index 60c3f83..32bce2a 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -5823,6 +5823,7 @@ class ZipUploadStream extends stream.Transform {
 exports.ZipUploadStream = ZipUploadStream;
 function createZipUploadStream(uploadSpecification, compressionLevel = exports.DEFAULT_COMPRESSION_LEVEL) {
     return __awaiter(this, void 0, void 0, function* () {
+        core.debug(`Creating Artifact archive with compressionLevel: ${compressionLevel}`);
         const zip = archiver.create('zip', {
             highWaterMark: (0, config_1.getUploadChunkSize)(),
             zlib: { level: compressionLevel }