mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-25 07:58:33 +02:00
test
This commit is contained in:
parent
0fa6362d37
commit
69e9183860
1 changed files with 1 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -4774,6 +4774,7 @@ class UploadHttpClient {
|
||||||
}
|
}
|
||||||
const data = JSON.stringify(parameters, null, 2);
|
const data = JSON.stringify(parameters, null, 2);
|
||||||
const artifactUrl = utils_1.getArtifactUrl();
|
const artifactUrl = utils_1.getArtifactUrl();
|
||||||
|
console.log("ARTI " + artifactUrl)
|
||||||
// use the first client from the httpManager, `keep-alive` is not used so the connection will close immediately
|
// use the first client from the httpManager, `keep-alive` is not used so the connection will close immediately
|
||||||
const client = this.uploadHttpManager.getClient(0);
|
const client = this.uploadHttpManager.getClient(0);
|
||||||
const headers = utils_1.getUploadHeaders('application/json', false);
|
const headers = utils_1.getUploadHeaders('application/json', false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue