【发布时间】:2023-01-20 05:17:22
【问题描述】:
从今天开始,我们 Action 的上传工件部分失败了:
Container for artifact "shuttle_23.1.19.293.zip" successfully created. Starting upload of file(s)
Total file count: 1 ---- Processed file #0 (0.0%)
Total file count: 1 ---- Processed file #0 (0.0%)
Total file count: 1 ---- Processed file #0 (0.0%)
Total file count: 1 ---- Processed file #0 (0.0%)
An error has been caught http-client index 0, retrying the upload
Error: write ECONNRESET
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:98:16) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'write'
}
Exponential backoff for retry #1. Waiting for 6623 milliseconds before continuing the upload at offset 0
Finished backoff for retry #1, continuing with upload
不知道这意味着什么。有时确实有效,但大多数情况下无效。
还有其他人见过这个吗?我希望 upload-artifact@v3 是一个非常常见的操作。
【问题讨论】:
标签: github-actions