@@ -111,11 +111,11 @@ jobs:
111111 if : github.event_name != 'pull_request' || needs.files-changed.outputs.run_release_for_prs == 'true'
112112 steps :
113113 - uses : actions/checkout@v5
114- - uses : actions/download-artifact@v5
114+ - uses : actions/download-artifact@v6
115115 with :
116116 pattern : xcframework-${{github.sha}}-sentry-static
117117 path : Carthage/
118- - uses : actions/download-artifact@v5
118+ - uses : actions/download-artifact@v6
119119 with :
120120 pattern : xcframework-${{github.sha}}-sentry-swiftui
121121 path : Carthage/
@@ -136,7 +136,7 @@ jobs:
136136 if : github.event_name != 'pull_request' || needs.files-changed.outputs.run_release_for_prs == 'true'
137137 steps :
138138 - uses : actions/checkout@v5
139- - uses : actions/download-artifact@v5
139+ - uses : actions/download-artifact@v6
140140 with :
141141 pattern : xcframework-${{github.sha}}-*
142142 merge-multiple : true
@@ -158,7 +158,7 @@ jobs:
158158 if : github.event_name != 'pull_request' || needs.files-changed.outputs.run_release_for_prs == 'true'
159159 steps :
160160 - uses : actions/checkout@v5
161- - uses : actions/download-artifact@v5
161+ - uses : actions/download-artifact@v6
162162 with :
163163 pattern : xcframework-${{github.sha}}-*
164164 merge-multiple : true
@@ -180,7 +180,7 @@ jobs:
180180 if : github.event_name != 'pull_request' || needs.files-changed.outputs.run_release_for_prs == 'true'
181181 steps :
182182 - uses : actions/checkout@v5
183- - uses : actions/download-artifact@v5
183+ - uses : actions/download-artifact@v6
184184 with :
185185 pattern : xcframework-${{github.sha}}-*
186186 merge-multiple : true
@@ -201,7 +201,7 @@ jobs:
201201 if : github.event_name != 'pull_request' || needs.files-changed.outputs.run_release_for_prs == 'true'
202202 steps :
203203 - uses : actions/checkout@v5
204- - uses : actions/download-artifact@v5
204+ - uses : actions/download-artifact@v6
205205 with :
206206 pattern : xcframework-${{github.sha}}-*
207207 merge-multiple : true
@@ -259,7 +259,7 @@ jobs:
259259 MATCH_GIT_PRIVATE_KEY : ${{ secrets.MATCH_GIT_PRIVATE_KEY }}
260260 MATCH_PASSWORD : ${{ secrets.MATCH_PASSWORD }}
261261 MATCH_USERNAME : ${{ secrets.MATCH_USERNAME }}
262- - uses : actions/download-artifact@v5
262+ - uses : actions/download-artifact@v6
263263 with :
264264 pattern : xcframework-${{github.sha}}-sentry-dynamic
265265 path : Carthage/
@@ -310,7 +310,7 @@ jobs:
310310 token : ${{ steps.token.outputs.token }}
311311 fetch-depth : 0
312312
313- - uses : actions/download-artifact@v5
313+ - uses : actions/download-artifact@v6
314314 with :
315315 pattern : xcframework-${{github.sha}}-*
316316 merge-multiple : true
0 commit comments