@@ -122,11 +122,11 @@ jobs:
122122 if : github.event_name != 'pull_request' || needs.files-changed.outputs.run_release_for_prs == 'true'
123123 steps :
124124 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
125- - uses : actions/download-artifact@v7
125+ - uses : actions/download-artifact@v8
126126 with :
127127 pattern : xcframework-${{github.sha}}-sentry-static
128128 path : XCFrameworkBuildPath/
129- - uses : actions/download-artifact@v7
129+ - uses : actions/download-artifact@v8
130130 with :
131131 pattern : xcframework-${{github.sha}}-sentry-swiftui
132132 path : XCFrameworkBuildPath/
@@ -153,7 +153,7 @@ jobs:
153153 if : github.event_name != 'pull_request' || needs.files-changed.outputs.run_release_for_prs == 'true'
154154 steps :
155155 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
156- - uses : actions/download-artifact@v7
156+ - uses : actions/download-artifact@v8
157157 with :
158158 pattern : xcframework-${{github.sha}}-*
159159 merge-multiple : true
@@ -179,7 +179,7 @@ jobs:
179179 if : github.event_name != 'pull_request' || needs.files-changed.outputs.run_release_for_prs == 'true'
180180 steps :
181181 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
182- - uses : actions/download-artifact@v7
182+ - uses : actions/download-artifact@v8
183183 with :
184184 pattern : xcframework-${{github.sha}}-*
185185 merge-multiple : true
@@ -205,7 +205,7 @@ jobs:
205205 if : github.event_name != 'pull_request' || needs.files-changed.outputs.run_release_for_prs == 'true'
206206 steps :
207207 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
208- - uses : actions/download-artifact@v7
208+ - uses : actions/download-artifact@v8
209209 with :
210210 pattern : xcframework-${{github.sha}}-*
211211 merge-multiple : true
@@ -230,7 +230,7 @@ jobs:
230230 if : github.event_name != 'pull_request' || needs.files-changed.outputs.run_release_for_prs == 'true'
231231 steps :
232232 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
233- - uses : actions/download-artifact@v7
233+ - uses : actions/download-artifact@v8
234234 with :
235235 pattern : xcframework-${{github.sha}}-*
236236 merge-multiple : true
@@ -302,7 +302,7 @@ jobs:
302302 MATCH_GIT_PRIVATE_KEY : ${{ secrets.MATCH_GIT_PRIVATE_KEY }}
303303 MATCH_PASSWORD : ${{ secrets.MATCH_PASSWORD }}
304304 MATCH_USERNAME : ${{ secrets.MATCH_USERNAME }}
305- - uses : actions/download-artifact@v7
305+ - uses : actions/download-artifact@v8
306306 with :
307307 pattern : xcframework-${{github.sha}}-sentry-dynamic
308308 path : XCFrameworkBuildPath/
@@ -358,7 +358,7 @@ jobs:
358358 token : ${{ steps.token.outputs.token }}
359359 fetch-depth : 0
360360
361- - uses : actions/download-artifact@v7
361+ - uses : actions/download-artifact@v8
362362 with :
363363 pattern : xcframework-${{github.sha}}-*
364364 merge-multiple : true
0 commit comments