@@ -73,14 +73,14 @@ jobs:
7373 lipo -create -output test-server-exec $(swift build --show-bin-path -c release --triple arm64-apple-macosx)/Run $(swift build --show-bin-path -c release --triple x86_64-apple-macosx)/Run
7474
7575 - name : Archiving DerivedData
76- uses : actions/upload-artifact@v4
76+ uses : actions/upload-artifact@v5
7777 with :
7878 name : test-server
7979 path : |
8080 ./test-server/test-server-exec
8181
8282 - name : Archiving Raw Test Logs
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v5
8484 if : ${{ failure() || cancelled() }}
8585 with :
8686 name : test-server-build-log
@@ -108,7 +108,7 @@ jobs:
108108 - run : set -o pipefail && NSUnbufferedIO=YES SKIP_BINARIES=1 xcodebuild test -scheme Sentry-Package -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=18.4,name=iPhone 16 Pro' | tee raw-test-output-distribution.log | xcbeautify --preserve-unbeautified
109109 shell : sh
110110 - name : Upload Distribution Test Logs
111- uses : actions/upload-artifact@v4
111+ uses : actions/upload-artifact@v5
112112 if : ${{ failure() || cancelled() }}
113113 with :
114114 name : raw-test-output-distribution
@@ -179,15 +179,15 @@ jobs:
179179 --test-plan Sentry_TestServer
180180
181181 - name : Archiving DerivedData Logs
182- uses : actions/upload-artifact@v4
182+ uses : actions/upload-artifact@v5
183183 if : steps.build_tests.outcome == 'failure'
184184 with :
185185 name : derived-data-test-server-${{matrix.platform}}-xcode-${{matrix.xcode}}
186186 path : |
187187 /Users/runner/Library/Developer/Xcode/DerivedData/**/Logs/**
188188
189189 - name : Archiving Raw Logs
190- uses : actions/upload-artifact@v4
190+ uses : actions/upload-artifact@v5
191191 if : ${{ failure() || cancelled() }}
192192 with :
193193 name : raw-output-test-server-${{matrix.platform}}-xcode-${{matrix.xcode}}
@@ -197,7 +197,7 @@ jobs:
197197 raw-test-output.log
198198
199199 - name : Archiving Crash Logs
200- uses : actions/upload-artifact@v4
200+ uses : actions/upload-artifact@v5
201201 if : ${{ failure() || cancelled() }}
202202 with :
203203 name : crash-logs-test-server-${{matrix.platform}}-xcode-${{matrix.xcode}}
@@ -432,15 +432,15 @@ jobs:
432432 detailed_summary : true
433433
434434 - name : Archiving DerivedData Logs
435- uses : actions/upload-artifact@v4
435+ uses : actions/upload-artifact@v5
436436 if : steps.build_tests.outcome == 'failure'
437437 with :
438438 name : derived-data-${{matrix.platform}}-xcode-${{matrix.xcode}}-os-${{matrix.test-destination-os}}
439439 path : |
440440 /Users/runner/Library/Developer/Xcode/DerivedData/**/Logs/**
441441
442442 - name : Archiving Raw Logs
443- uses : actions/upload-artifact@v4
443+ uses : actions/upload-artifact@v5
444444 if : ${{ failure() || cancelled() }}
445445 with :
446446 name : raw-output-${{matrix.platform}}-xcode-${{matrix.xcode}}-os-${{matrix.test-destination-os}}
@@ -450,15 +450,15 @@ jobs:
450450 raw-test-output.log
451451
452452 - name : Archiving Crash Logs
453- uses : actions/upload-artifact@v4
453+ uses : actions/upload-artifact@v5
454454 if : ${{ failure() || cancelled() }}
455455 with :
456456 name : crash-logs-${{matrix.platform}}-xcode-${{matrix.xcode}}-os-${{matrix.test-destination-os}}
457457 path : |
458458 ~/Library/Logs/DiagnosticReports/**
459459
460460 - name : Archiving Test Results
461- uses : actions/upload-artifact@v4
461+ uses : actions/upload-artifact@v5
462462 if : ${{ failure() || cancelled() }}
463463 with :
464464 name : result-bundle-${{matrix.platform}}-xcode-${{matrix.xcode}}-os-${{matrix.test-destination-os}}
0 commit comments