Skip to content

Commit 80dd8e3

Browse files
Merge pull request spatialaudio#19 from spatialaudio/dependabot/github_actions/actions/download-artifact-5
2 parents 6f50ce3 + 3ef318c commit 80dd8e3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-libs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,23 +91,23 @@ jobs:
9191
- name: Clone Git repository
9292
uses: actions/checkout@v5
9393
- name: Retrieve dylib
94-
uses: actions/download-artifact@v4
94+
uses: actions/download-artifact@v5
9595
with:
9696
name: macos-dylib
9797
- name: Retrieve x64 DLL
98-
uses: actions/download-artifact@v4
98+
uses: actions/download-artifact@v5
9999
with:
100100
name: windows-x64-dll
101101
- name: Retrieve x64 DLL with ASIO support
102-
uses: actions/download-artifact@v4
102+
uses: actions/download-artifact@v5
103103
with:
104104
name: windows-x64-dll-asio
105105
- name: Retrieve Win32 DLL
106-
uses: actions/download-artifact@v4
106+
uses: actions/download-artifact@v5
107107
with:
108108
name: windows-Win32-dll
109109
- name: Retrieve Win32 DLL with ASIO support
110-
uses: actions/download-artifact@v4
110+
uses: actions/download-artifact@v5
111111
with:
112112
name: windows-Win32-dll-asio
113113
- name: Commit and push binaries (if there are changes)

libportaudio32bit-asio.dll

6 KB
Binary file not shown.

libportaudio32bit.dll

6 KB
Binary file not shown.

libportaudio64bit-asio.dll

3.5 KB
Binary file not shown.

libportaudio64bit.dll

4 KB
Binary file not shown.

0 commit comments

Comments
 (0)