mirror of
https://github.com/actions/toolkit.git
synced 2026-08-16 00:00:21 +02:00
replace unzipper with unzip stream
This commit is contained in:
@@ -2,7 +2,7 @@ import fs from 'fs/promises'
|
||||
import * as github from '@actions/github'
|
||||
import * as core from '@actions/core'
|
||||
import * as httpClient from '@actions/http-client'
|
||||
import unzipper from 'unzipper'
|
||||
import unzipper from 'unzip-stream'
|
||||
import {
|
||||
DownloadArtifactOptions,
|
||||
DownloadArtifactResponse
|
||||
|
||||
Reference in New Issue
Block a user