Skip to content

Commit

Permalink
CI: Pin actions/upload-artifact to v4.3.5 for windows-patches
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
RytoEX committed Sep 6, 2024
1 parent e11d206 commit df742ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/windows-patches/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df742ed

Please sign in to comment.