mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-21 16:10:17 +00:00
test
This commit is contained in:
parent
0fa6362d37
commit
69e9183860
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…
x
Reference in New Issue
Block a user