Skip to content

Commit da97e57

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#6546)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e81ca14 commit da97e57

12 files changed

+28
-28
lines changed

.github/workflows/assemble-xcframework-variant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
path: ${{env.XCFRAMEWORK_NAME}}.xcframework.zip
202202

203203
- name: Upload XCFramework
204-
uses: actions/upload-artifact@v4
204+
uses: actions/upload-artifact@v5
205205
with:
206206
overwrite: true
207207
name: xcframework-${{github.sha}}-${{inputs.override-name || inputs.variant-id}}

.github/workflows/benchmarking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
sentry-cli --auth-token ${{ secrets.SENTRY_AUTH_TOKEN }} upload-dif --org sentry-sdks --project sentry-cocoa DerivedData/Build/Products/Debug-iphoneos/iOS-Swift.app.dSYM
9393
- name: Archiving DerivedData
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v5
9595
with:
9696
name: DerivedData-Xcode
9797
path: |

.github/workflows/build-xcframework-variant-slices.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,15 @@ jobs:
153153
path: ${{inputs.name}}${{inputs.suffix}}.xcarchive.zip
154154

155155
- name: Upload xcarchive
156-
uses: actions/upload-artifact@v4
156+
uses: actions/upload-artifact@v5
157157
with:
158158
name: xcframework-${{inputs.variant-id}}-slice-${{matrix.sdk}}
159159
if-no-files-found: error
160160
path: |
161161
${{inputs.name}}${{inputs.suffix}}.xcarchive.zip
162162
163163
- name: Upload build log if failed
164-
uses: actions/upload-artifact@v4
164+
uses: actions/upload-artifact@v5
165165
if: ${{ failure() || cancelled() }}
166166
with:
167167
name: raw-build-output-build-xcframework-${{inputs.variant-id}}-${{matrix.sdk}}

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
| xcbeautify --preserve-unbeautified
115115
116116
- name: Archiving Raw Build Logs
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v5
118118
if: ${{ failure() || cancelled() }}
119119
with:
120120
name: raw-build-output-scheme-${{matrix.scheme}}
@@ -138,7 +138,7 @@ jobs:
138138
- run: set -o pipefail && NSUnbufferedIO=YES xcodebuild build -scheme SentryDistribution -sdk iphoneos -destination 'generic/platform=iphoneos' | tee raw-build-output-spm.log | xcbeautify
139139
shell: sh
140140
- name: Upload SPM Build Logs
141-
uses: actions/upload-artifact@v4
141+
uses: actions/upload-artifact@v5
142142
if: ${{ failure() || cancelled() }}
143143
with:
144144
name: raw-build-output-spm
@@ -163,7 +163,7 @@ jobs:
163163
shell: sh
164164

165165
- name: Upload SPM Build Logs
166-
uses: actions/upload-artifact@v4
166+
uses: actions/upload-artifact@v5
167167
if: ${{ failure() || cancelled() }}
168168
with:
169169
name: raw-build-output-spm
@@ -191,7 +191,7 @@ jobs:
191191
--device "iPhone 16 Pro" \
192192
--configuration DebugV9
193193
- name: Archiving Raw Build Logs
194-
uses: actions/upload-artifact@v4
194+
uses: actions/upload-artifact@v5
195195
if: ${{ failure() || cancelled() }}
196196
with:
197197
name: raw-build-output-v9

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
working-directory: Samples/iOS-Cocoapods-Swift6
5555

5656
- name: Upload Result Bundle
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
if: ${{ failure() }}
5959
with:
6060
name: integration-test-iOS-Cocoapods-Swift6.xcresult

.github/workflows/objc-conversion-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
dot -Tsvg objc_dependencies_topo.dot -o objc_dependencies_topo.svg
7070
7171
- name: Upload analysis artifacts
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v5
7373
with:
7474
name: objc-conversion-analysis
7575
path: |

.github/workflows/release-upload-xcframework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run-id: ${{ env.FRAMEWORK_RUN_ID }}
3838

3939
- name: Archive XCFrameworks for Craft
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
with:
4242
# Craft uses the git commit hash of the release branch to download the release artifacts.
4343
name: ${{ github.sha }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
path: Carthage/
318318

319319
- name: Archive XCFrameworks for Craft
320-
uses: actions/upload-artifact@v4
320+
uses: actions/upload-artifact@v5
321321
with:
322322
name: xcframeworks.zip
323323
if-no-files-found: error

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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}}

.github/workflows/testflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
bundle exec fastlane ios_swift_to_testflight
7676
7777
- name: Archiving
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v5
7979
with:
8080
name: dSYMs
8181
path: |

0 commit comments

Comments
 (0)