mirror of
https://github.com/actions/toolkit.git
synced 2026-08-24 00:00:19 +02:00
@actions/artifact: convert to an ESM module
This commit is contained in:
@@ -2,8 +2,8 @@ import * as stream from 'stream'
|
||||
import {realpath} from 'fs/promises'
|
||||
import * as archiver from 'archiver'
|
||||
import * as core from '@actions/core'
|
||||
import {UploadZipSpecification} from './upload-zip-specification'
|
||||
import {getUploadChunkSize} from '../shared/config'
|
||||
import {UploadZipSpecification} from './upload-zip-specification.js'
|
||||
import {getUploadChunkSize} from '../shared/config.js'
|
||||
|
||||
export const DEFAULT_COMPRESSION_LEVEL = 6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user