1717 HOMEBREW_NO_INSTALL_CLEANUP : 1
1818 SCCACHE_GHA_ENABLED : true
1919 SCCACHE_CACHE_MULTIARCH : 1
20- SCCACHE_IDLE_TIMEOUT : 0
20+ IPP_DIR : C:\Program Files (x86)\Intel\oneAPI\ipp\latest\lib\cmake\ipp
2121
2222defaults :
2323 run :
5454 # Use clang on Linux so we don't introduce a 3rd compiler (Windows and macOS use MSVC and Clang)
5555 - name : Set up Clang
5656 if : runner.os == 'Linux'
57- uses : egor-tensin/setup-clang@v1
57+ uses : egor-tensin/setup-clang@v2
5858
5959 # This also starts up our "fake" display (Xvfb), needed for pluginval
6060 - name : Install JUCE's Linux Deps
@@ -193,7 +193,7 @@ jobs:
193193
194194 - name : Codesign with Azure Trusted Signing
195195 if : ${{ runner.os == 'Windows' }}
196- uses : azure/trusted -signing-action@v0.5.11
196+ uses : azure/artifact -signing-action@v1
197197 with :
198198 # The Azure Active Directory tenant (directory) ID.
199199 azure-tenant-id : ${{ secrets.AZURE_TENANT_ID }}
@@ -208,7 +208,7 @@ jobs:
208208 endpoint : ${{ secrets.AZURE_ENDPOINT }}
209209
210210 # The Code Signing Account name.
211- trusted- signing-account-name : ${{ secrets.AZURE_CODE_SIGNING_NAME }}
211+ signing-account-name : ${{ secrets.AZURE_CODE_SIGNING_NAME }}
212212
213213 # The Certificate Profile name.
214214 certificate-profile-name : ${{ secrets.AZURE_CERT_PROFILE_NAME }}
@@ -219,21 +219,21 @@ jobs:
219219
220220 - name : Upload Exe (Windows)
221221 if : ${{ runner.os == 'Windows' }}
222- uses : actions/upload-artifact@v6
222+ uses : actions/upload-artifact@v7
223223 with :
224224 name : ${{ env.ARTIFACT_NAME }}.exe
225225 path : " ${{ env.ARTIFACTS_PATH }}/${{ env.ARTIFACT_NAME }}.exe"
226226
227227 - name : Upload Zip (Linux)
228228 if : ${{ runner.os == 'Linux' }}
229- uses : actions/upload-artifact@v6
229+ uses : actions/upload-artifact@v7
230230 with :
231231 name : ${{ env.ARTIFACT_NAME }}.zip
232232 path : " ${{ env.ARTIFACTS_PATH }}/${{ env.ARTIFACT_NAME }}.zip"
233233
234234 - name : Upload pkg (macOS)
235235 if : ${{ runner.os == 'macOS' }}
236- uses : actions/upload-artifact@v6
236+ uses : actions/upload-artifact@v7
237237 with :
238238 name : ${{ env.ARTIFACT_NAME }}.pkg
239239 path : packaging/${{ env.ARTIFACT_NAME }}.pkg
@@ -245,7 +245,7 @@ jobs:
245245
246246 steps :
247247 - name : Get Artifacts
248- uses : actions/download-artifact@v7
248+ uses : actions/download-artifact@v8
249249
250250 - name : Create Release
251251 uses : softprops/action-gh-release@v2
0 commit comments