Fix the archiver import

This commit is contained in:
Daniel Kennedy
2026-01-28 22:22:36 -05:00
parent 144d8382dc
commit 2c234bce3a
+1 -1
View File
@@ -1,6 +1,6 @@
import * as stream from 'stream'
import {realpath} from 'fs/promises'
import * as archiver from 'archiver'
import archiver from 'archiver'
import * as core from '@actions/core'
import {UploadZipSpecification} from './upload-zip-specification.js'
import {getUploadChunkSize} from '../shared/config.js'