mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-27 17:55:42 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user