mirror of
https://github.com/actions/download-artifact.git
synced 2025-05-12 01:53:46 +08:00
dist & package.json
This commit is contained in:
parent
2439186eed
commit
c7cfc3a2a3
6
dist/index.js
vendored
6
dist/index.js
vendored
@ -118857,10 +118857,10 @@ function run() {
|
|||||||
core.warning(`Artifact '${artifactName}' digest validation failed. Please verify the integrity of the artifact.`);
|
core.warning(`Artifact '${artifactName}' digest validation failed. Please verify the integrity of the artifact.`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
core.info(`Total of ${artifacts.length} artifact(s) downloaded`);
|
|
||||||
core.setOutput(constants_1.Outputs.DownloadPath, resolvedPath);
|
|
||||||
core.info('Download artifact has finished successfully');
|
|
||||||
}
|
}
|
||||||
|
core.info(`Total of ${artifacts.length} artifact(s) downloaded`);
|
||||||
|
core.setOutput(constants_1.Outputs.DownloadPath, resolvedPath);
|
||||||
|
core.info('Download artifact has finished successfully');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
run().catch(err => core.setFailed(`Unable to download artifact(s): ${err.message}`));
|
run().catch(err => core.setFailed(`Unable to download artifact(s): ${err.message}`));
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "download-artifact",
|
"name": "download-artifact",
|
||||||
"version": "4.2.0",
|
"version": "4.2.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "download-artifact",
|
"name": "download-artifact",
|
||||||
"version": "4.2.0",
|
"version": "4.2.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/artifact": "^2.3.2",
|
"@actions/artifact": "^2.3.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "download-artifact",
|
"name": "download-artifact",
|
||||||
"version": "4.2.0",
|
"version": "4.2.1",
|
||||||
"description": "Download an Actions Artifact from a workflow run",
|
"description": "Download an Actions Artifact from a workflow run",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user