@@ -105,7 +105,7 @@ jobs:
105105 cache-s3-bucket : ${{ vars.CACHE_S3_BUCKET }}
106106
107107 - name : Import Code-Signing Certificates
108- uses : Apple-Actions/import-codesign-certs@v6
108+ uses : Apple-Actions/import-codesign-certs@v7
109109 with :
110110 # The certificates in a PKCS12 file encoded as a base64 string
111111 p12-file-base64 : ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
@@ -149,7 +149,7 @@ jobs:
149149 uses : actions/checkout@v6
150150
151151 - name : Download targets
152- uses : actions/download-artifact@v7
152+ uses : actions/download-artifact@v8
153153 with :
154154 name : release-targets
155155
@@ -243,7 +243,7 @@ jobs:
243243 uses : actions/checkout@v6
244244
245245 - name : Download Homebrew formulae
246- uses : actions/download-artifact@v7
246+ uses : actions/download-artifact@v8
247247 with :
248248 name : homebrew-formulae
249249 path : target/homebrew
@@ -280,10 +280,10 @@ jobs:
280280 run : sudo apt-get update && sudo apt-get install -y gnupg
281281
282282 - name : Setup Docker Buildx
283- uses : docker/setup-buildx-action@v3
283+ uses : docker/setup-buildx-action@v4
284284
285285 - name : Docker login
286- uses : docker/login-action@v3
286+ uses : docker/login-action@v4
287287 with :
288288 username : ${{ env.DOCKERHUB_USER }}
289289 password : ${{ env.DOCKERHUB_TOKEN }}
@@ -333,7 +333,7 @@ jobs:
333333 APK_KEY_PRIVATE : ${{ secrets.APK_KEY_PRIVATE }}
334334
335335 - name : Download Scoop manifest
336- uses : actions/download-artifact@v7
336+ uses : actions/download-artifact@v8
337337 with :
338338 name : scoop-manifest
339339 path : target/scoop
@@ -389,7 +389,7 @@ jobs:
389389
390390 - name : Prepare PATH
391391 id : setup_msbuild
392- uses : microsoft/setup-msbuild@v2 .0.0
392+ uses : microsoft/setup-msbuild@v3 .0.0
393393
394394 - name : Obtain signing cert
395395 id : obtain_cert
0 commit comments