From ca51d330eafd36f84f159e524aa87d11ac39197f Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Thu, 15 Aug 2024 19:38:06 -0400 Subject: [PATCH] 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 --- .github/actions/windows-patches/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/windows-patches/action.yaml b/.github/actions/windows-patches/action.yaml index 95d5688be..09090a958 100644 --- a/.github/actions/windows-patches/action.yaml +++ b/.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