Răsfoiți Sursa

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 an în urmă
părinte
comite
ca51d330ea
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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