0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

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
This commit is contained in:
Ryan Foster 2024-08-15 19:38:06 -04:00
parent 144599fbff
commit ca51d330ea

View File

@ -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