From ec02286166be3396d36eed2879d2c1b9defc9181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:12:20 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Android-CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Android-CI.yml b/.github/workflows/Android-CI.yml index 41218c2..50a9907 100644 --- a/.github/workflows/Android-CI.yml +++ b/.github/workflows/Android-CI.yml @@ -54,7 +54,7 @@ jobs: cmdOptions: -noaudio -no-boot-anim -no-window -metrics-collection - name: Archive screenshots if: ${{ always() }} - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v4 with: name: Updater-Screenshots if-no-files-found: error @@ -62,7 +62,7 @@ jobs: app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected app/build/outputs/androidTest-results/connected - name: Archive Espresso results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: if-no-files-found: error name: Updater-Espresso-report