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