From 0186b761a514f6d10873b63de774fe3a011f619e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:12:37 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/report-main.yml | 2 +- .github/workflows/workflow-mobile.yml | 8 ++++---- .github/workflows/workflow-native.yml | 6 +++--- .github/workflows/workflow-wasm.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/report-main.yml b/.github/workflows/report-main.yml index 0c1a3cfb..c4ae589a 100644 --- a/.github/workflows/report-main.yml +++ b/.github/workflows/report-main.yml @@ -161,7 +161,7 @@ jobs: git push - name: Upload Aggregated Status - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: aggregated-status path: | diff --git a/.github/workflows/workflow-mobile.yml b/.github/workflows/workflow-mobile.yml index 486b1416..9033a304 100644 --- a/.github/workflows/workflow-mobile.yml +++ b/.github/workflows/workflow-mobile.yml @@ -102,7 +102,7 @@ jobs: -F "file=@examples/mobile/bevy_mobile_example.ipa" \ -F "custom_id=$GITHUB_RUN_ID" - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: app.ipa path: examples/mobile/bevy_mobile_example.ipa @@ -157,7 +157,7 @@ jobs: -F "file=@examples/mobile/android_example/app/build/outputs/apk/debug/app-debug.apk" \ -F "custom_id=$GITHUB_RUN_ID" - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: app.apk path: examples/mobile/android_example/app/build/outputs/apk/debug/app-debug.apk @@ -266,7 +266,7 @@ jobs: - name: Save screenshots if: ${{ always() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: screenshots-${{ matrix.device }}-${{ matrix.os_version }} path: .github/start-mobile-example/*.png @@ -294,7 +294,7 @@ jobs: cat pixeleagle-mobile.json - name: Upload Pixel Eagle status - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: pixeleagle-mobile path: pixeleagle-mobile.json diff --git a/.github/workflows/workflow-native.yml b/.github/workflows/workflow-native.yml index be2156eb..aa040119 100644 --- a/.github/workflows/workflow-native.yml +++ b/.github/workflows/workflow-native.yml @@ -223,13 +223,13 @@ jobs: echo "has_success=$(![String]::IsNullOrWhiteSpace((Get-content example-showcase-reports/successes)))" | Out-File -FilePath $env:GITHUB_OUTPUT -Append - name: Upload Screenshots - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: screenshots-${{ runner.os }}-${{ matrix.page }} path: screenshots - name: Upload Status - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: status-${{ runner.os }}-${{ matrix.page }} path: | @@ -308,7 +308,7 @@ jobs: echo "created run $run" - name: Upload Pixel Eagle status - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: pixeleagle-${{ matrix.os }} path: pixeleagle-${{ matrix.os }}.json diff --git a/.github/workflows/workflow-wasm.yml b/.github/workflows/workflow-wasm.yml index 5ea444bf..cd273c72 100644 --- a/.github/workflows/workflow-wasm.yml +++ b/.github/workflows/workflow-wasm.yml @@ -113,7 +113,7 @@ jobs: 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 - name: Save screenshots - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: screenshots-wasm-${{ matrix.browser }}-${{ matrix.api }}-${{ runner.os }} path: .github/start-wasm-example/screenshot-*.png