2020 outputs :
2121 output-artifact-id : ${{ steps.artifact-upload-step.outputs.artifact-id }}
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Determine Release Tag
2525 env :
2626 RELEASE : ${{ github.ref_name }}
@@ -66,11 +66,11 @@ jobs:
6666 outputs :
6767 output-artifact-id : ${{ steps.artifact-upload-step.outputs.artifact-id }}
6868 steps :
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v5
7070 - name : Select Xcode 16.4
7171 run : sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer
7272 - run : brew install ninja
73- - uses : actions/setup-python@v5
73+ - uses : actions/setup-python@v6
7474 with :
7575 python-version : ' 3.12'
7676 - run : pip install setuptools
@@ -109,7 +109,7 @@ jobs:
109109 outputs :
110110 output-artifact-id : ${{ steps.artifact-upload-step.outputs.artifact-id }}
111111 steps :
112- - uses : actions/checkout@v4
112+ - uses : actions/checkout@v5
113113 - name : Disk Cleanup
114114 run : |
115115 df -h
@@ -141,7 +141,7 @@ jobs:
141141 steps :
142142 # Checkout first to avoid damaging artifact download below
143143 - name : Checkout
144- uses : actions/checkout@v4
144+ uses : actions/checkout@v5
145145 with :
146146 # Work around the fact that in the context of a pull request github.sha
147147 # references a dynamic merge commit rather than the branch head
@@ -150,7 +150,7 @@ jobs:
150150 fetch-depth : 0
151151 submodules : recursive
152152 - name : Download webrtc artifacts
153- uses : actions/download-artifact@v4
153+ uses : actions/download-artifact@v5
154154 with :
155155 path : _packages
156156 - uses : AlchemyViewer/action-autobuild@v5
@@ -165,7 +165,7 @@ jobs:
165165 steps :
166166 # Checkout first to avoid damaging artifact download below
167167 - name : Checkout
168- uses : actions/checkout@v4
168+ uses : actions/checkout@v5
169169 with :
170170 # Work around the fact that in the context of a pull request github.sha
171171 # references a dynamic merge commit rather than the branch head
@@ -174,7 +174,7 @@ jobs:
174174 fetch-depth : 0
175175 submodules : recursive
176176 - name : Download webrtc artifacts
177- uses : actions/download-artifact@v4
177+ uses : actions/download-artifact@v5
178178 with :
179179 path : _packages
180180 - uses : AlchemyViewer/action-autobuild@v5
@@ -189,7 +189,7 @@ jobs:
189189 steps :
190190 # Checkout first to avoid damaging artifact download below
191191 - name : Checkout
192- uses : actions/checkout@v4
192+ uses : actions/checkout@v5
193193 with :
194194 # Work around the fact that in the context of a pull request github.sha
195195 # references a dynamic merge commit rather than the branch head
@@ -198,7 +198,7 @@ jobs:
198198 fetch-depth : 0
199199 submodules : recursive
200200 - name : Download webrtc artifacts
201- uses : actions/download-artifact@v4
201+ uses : actions/download-artifact@v5
202202 with :
203203 path : _packages
204204 - uses : AlchemyViewer/action-autobuild@v5
@@ -214,4 +214,4 @@ jobs:
214214 runs-on : ubuntu-latest
215215 if : startsWith(github.ref, 'refs/tags/m')
216216 steps :
217- - uses : AlchemyViewer/action-autobuild-release@v3
217+ - uses : AlchemyViewer/action-autobuild-release@v4
0 commit comments