Merge pull request #19 from spatialaudio/dependabot/github_actions/actions/download-artifact-5

This commit is contained in:
dependabot[bot]
2025-08-16 14:20:07 +00:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -91,23 +91,23 @@ jobs:
- name: Clone Git repository
uses: actions/checkout@v5
- name: Retrieve dylib
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: macos-dylib
- name: Retrieve x64 DLL
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: windows-x64-dll
- name: Retrieve x64 DLL with ASIO support
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: windows-x64-dll-asio
- name: Retrieve Win32 DLL
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: windows-Win32-dll
- name: Retrieve Win32 DLL with ASIO support
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: windows-Win32-dll-asio
- name: Commit and push binaries (if there are changes)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.