@@ -153,7 +153,7 @@ jobs:
153153 }
154154
155155 - name : Azure login (Trusted Signing)
156- uses : azure/login@v2
156+ uses : azure/login@v3
157157 with :
158158 client-id : ${{ secrets.AZURE_CLIENT_ID }}
159159 tenant-id : ${{ secrets.AZURE_TENANT_ID }}
@@ -286,7 +286,7 @@ jobs:
286286
287287 - name : Upload crash dumps
288288 if : failure()
289- uses : actions/upload-artifact@v4
289+ uses : actions/upload-artifact@v7
290290 with :
291291 name : werdumps-${{ matrix.arch }}
292292 # Spelled out rather than ${{ env.WER_DUMP_DIR }}: that var is exported by
@@ -333,7 +333,7 @@ jobs:
333333 Get-ChildItem $stage | Format-Table Name, Length
334334
335335 - name : Upload artifacts
336- uses : actions/upload-artifact@v4
336+ uses : actions/upload-artifact@v7
337337 with :
338338 name : windows-${{ matrix.arch }}
339339 path : release-stage/*
@@ -405,7 +405,7 @@ jobs:
405405 # scoped to this job. The action auto-cleans the keychain on job exit
406406 # via its post-step, so the runner ends up in the same state it started.
407407 - name : Import code signing certificate
408- uses : apple-actions/import-codesign-certs@v3
408+ uses : apple-actions/import-codesign-certs@v7
409409 with :
410410 p12-file-base64 : ${{ secrets.APPLE_CERTIFICATE_P12 }}
411411 p12-password : ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
@@ -506,7 +506,7 @@ jobs:
506506 ls -la release-stage/
507507
508508 - name : Upload artifact
509- uses : actions/upload-artifact@v4
509+ uses : actions/upload-artifact@v7
510510 with :
511511 name : macos-arm64
512512 path : release-stage/*
@@ -708,7 +708,7 @@ jobs:
708708 run : cp scripts/install.sh release-stage/install.sh
709709
710710 - name : Upload artifacts
711- uses : actions/upload-artifact@v4
711+ uses : actions/upload-artifact@v7
712712 with :
713713 name : linux-${{ matrix.arch }}
714714 path : release-stage/*
@@ -810,7 +810,7 @@ jobs:
810810
811811 - name : Import App Store signing certificates
812812 if : steps.guard.outputs.ok == 'true'
813- uses : apple-actions/import-codesign-certs@v3
813+ uses : apple-actions/import-codesign-certs@v7
814814 with :
815815 p12-file-base64 : ${{ secrets.APPLE_APPSTORE_P12 }}
816816 p12-password : ${{ secrets.APPLE_APPSTORE_P12_PASSWORD }}
@@ -858,7 +858,7 @@ jobs:
858858 # build failure is undiagnosable after the fact.
859859 - name : Upload vcpkg failure logs
860860 if : failure() && steps.guard.outputs.ok == 'true'
861- uses : actions/upload-artifact@v4
861+ uses : actions/upload-artifact@v7
862862 with :
863863 name : vcpkg-failure-logs-appstore-macos
864864 path : |
@@ -933,7 +933,7 @@ jobs:
933933
934934 - name : Import App Store signing certificates
935935 if : steps.guard.outputs.ok == 'true'
936- uses : apple-actions/import-codesign-certs@v3
936+ uses : apple-actions/import-codesign-certs@v7
937937 with :
938938 p12-file-base64 : ${{ secrets.APPLE_APPSTORE_P12 }}
939939 p12-password : ${{ secrets.APPLE_APPSTORE_P12_PASSWORD }}
@@ -980,7 +980,7 @@ jobs:
980980
981981 - name : Upload vcpkg failure logs
982982 if : failure() && steps.guard.outputs.ok == 'true'
983- uses : actions/upload-artifact@v4
983+ uses : actions/upload-artifact@v7
984984 with :
985985 name : vcpkg-failure-logs-appstore-ios
986986 path : |
@@ -994,7 +994,7 @@ jobs:
994994 runs-on : ubuntu-latest
995995 steps :
996996 - name : Download artifacts
997- uses : actions/download-artifact@v4
997+ uses : actions/download-artifact@v8
998998 with :
999999 path : artifacts
10001000 merge-multiple : true
@@ -1025,7 +1025,7 @@ jobs:
10251025 subject-path : ' artifacts/*'
10261026
10271027 - name : Create release
1028- uses : softprops/action-gh-release@v2
1028+ uses : softprops/action-gh-release@v3
10291029 with :
10301030 tag_name : ${{ inputs.tag }}
10311031 name : ${{ inputs.tag }}
0 commit comments