mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 23:18:29 +02:00
Update index.js
This commit is contained in:
parent
fa8104e19f
commit
bfed9b9f35
1 changed files with 2 additions and 2 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
@ -6583,7 +6583,7 @@ class DownloadHttpClient {
|
||||||
})
|
})
|
||||||
.pipe(destinationStream)
|
.pipe(destinationStream)
|
||||||
.on('close', () => {
|
.on('close', () => {
|
||||||
core.info(`Called with ${izGzip}`);
|
core.info(`Called with ${isGzip}`);
|
||||||
core.info(`Called with ${JSON.stringify(response)}`);
|
core.info(`Called with ${JSON.stringify(response)}`);
|
||||||
resolve();
|
resolve();
|
||||||
})
|
})
|
||||||
|
@ -6601,7 +6601,7 @@ class DownloadHttpClient {
|
||||||
})
|
})
|
||||||
.pipe(destinationStream)
|
.pipe(destinationStream)
|
||||||
.on('close', () => {
|
.on('close', () => {
|
||||||
core.info(`Called with ${izGzip}`);
|
core.info(`Called with ${isGzip}`);
|
||||||
core.info(`Called with ${JSON.stringify(response)}`);
|
core.info(`Called with ${JSON.stringify(response)}`);
|
||||||
resolve();
|
resolve();
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue