replace unzipper with unzip stream

This commit is contained in:
Jonathan Tamsut
2023-12-08 13:09:36 -08:00
parent 88b76de595
commit 6aad3fe814
3 changed files with 9 additions and 135 deletions

View File

@@ -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