CI: Unpin actions/upload-artifact to v4.3.5 for windows-patches

We had previously pinned this to avoid a bug in the action. Said bug is
marked fixed as of actions/upload-artifact v4.4.1, so let us unpin this
and use actions/upload-artifact@v4 like we do everywhere else.

References:
 - https://github.com/obsproject/obs-studio/commit/df742ed0323feffa903381c16d81477db332b9b3
 - https://github.com/actions/upload-artifact/releases/tag/v4.4.1
This commit is contained in:
Ryan Foster
2025-06-06 12:02:15 -04:00
parent 1d5bcec80f
commit ec041aa145
+1 -1
View File
@@ -113,7 +113,7 @@ runs:
Invoke-External "${{ github.workspace }}\bouf\bin\bouf.exe" @boufArgs
- name: Upload Outputs
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4
with:
name: windows-updater-files
compression-level: 0