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 }