浏览代码

CI: Pin actions/upload-artifact to v4.3.5 for windows-patches

Work around a bug with too many open files in versions before v4.3.5 and
also in v4.3.6 due to a revert. The relevant error message is:

Error: EMFILE: too many open files
Ryan Foster 1 年之前
父节点
当前提交
ca51d330ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/actions/windows-patches/action.yaml

+ 1 - 1
.github/actions/windows-patches/action.yaml

@@ -109,7 +109,7 @@ runs:
         Invoke-External "${{ github.workspace }}\bouf\bin\bouf.exe" @boufArgs
 
     - name: Upload Outputs
-      uses: actions/upload-artifact@v4
+      uses: actions/upload-artifact@v4.3.5
       with:
         name: windows-updater-files
         compression-level: 0