Skip to content

Commit 6b5c60e

Browse files
Bump actions/upload-artifact from 4 to 5 (#181)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f8aab2 commit 6b5c60e

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/report-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
git push
162162
163163
- name: Upload Aggregated Status
164-
uses: actions/upload-artifact@v4
164+
uses: actions/upload-artifact@v5
165165
with:
166166
name: aggregated-status
167167
path: |

.github/workflows/workflow-mobile.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
-F "file=@examples/mobile/bevy_mobile_example.ipa" \
103103
-F "custom_id=$GITHUB_RUN_ID"
104104
105-
- uses: actions/upload-artifact@v4
105+
- uses: actions/upload-artifact@v5
106106
with:
107107
name: app.ipa
108108
path: examples/mobile/bevy_mobile_example.ipa
@@ -157,7 +157,7 @@ jobs:
157157
-F "file=@examples/mobile/android_example/app/build/outputs/apk/debug/app-debug.apk" \
158158
-F "custom_id=$GITHUB_RUN_ID"
159159
160-
- uses: actions/upload-artifact@v4
160+
- uses: actions/upload-artifact@v5
161161
with:
162162
name: app.apk
163163
path: examples/mobile/android_example/app/build/outputs/apk/debug/app-debug.apk
@@ -266,7 +266,7 @@ jobs:
266266

267267
- name: Save screenshots
268268
if: ${{ always() }}
269-
uses: actions/upload-artifact@v4
269+
uses: actions/upload-artifact@v5
270270
with:
271271
name: screenshots-${{ matrix.device }}-${{ matrix.os_version }}
272272
path: .github/start-mobile-example/*.png
@@ -294,7 +294,7 @@ jobs:
294294
cat pixeleagle-mobile.json
295295
296296
- name: Upload Pixel Eagle status
297-
uses: actions/upload-artifact@v4
297+
uses: actions/upload-artifact@v5
298298
with:
299299
name: pixeleagle-mobile
300300
path: pixeleagle-mobile.json

.github/workflows/workflow-native.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@ jobs:
222222
echo "has_success=$(![String]::IsNullOrWhiteSpace((Get-content example-showcase-reports/successes)))" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
223223
224224
- name: Upload Screenshots
225-
uses: actions/upload-artifact@v4
225+
uses: actions/upload-artifact@v5
226226
with:
227227
name: screenshots-${{ runner.os }}-${{ matrix.page }}
228228
path: screenshots
229229

230230
- name: Upload Status
231-
uses: actions/upload-artifact@v4
231+
uses: actions/upload-artifact@v5
232232
with:
233233
name: status-${{ runner.os }}-${{ matrix.page }}
234234
path: |
@@ -307,7 +307,7 @@ jobs:
307307
echo "created run $run"
308308
309309
- name: Upload Pixel Eagle status
310-
uses: actions/upload-artifact@v4
310+
uses: actions/upload-artifact@v5
311311
with:
312312
name: pixeleagle-${{ matrix.os }}
313313
path: pixeleagle-${{ matrix.os }}.json

.github/workflows/workflow-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
cargo run -p build-wasm-example -- --browsers ${{ matrix.browser }} --api ${{ matrix.api }} --frames 25 --test 2d_shapes testbed_ui bloom_2d atmospheric_fog pbr split_screen
114114
115115
- name: Save screenshots
116-
uses: actions/upload-artifact@v4
116+
uses: actions/upload-artifact@v5
117117
with:
118118
name: screenshots-wasm-${{ matrix.browser }}-${{ matrix.api }}-${{ runner.os }}
119119
path: .github/start-wasm-example/screenshot-*.png

0 commit comments

Comments
 (0)