Parcourir la source

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

We applied the same workaround to release/30.2.
Ryan Foster il y a 1 an
Parent
commit
df742ed032
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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