From 916c628fa23daaf330c2d672b9e50a2ebdfc8245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:13:39 +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/pull-request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4d0bfdd..42833d5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -54,13 +54,13 @@ jobs: cmdOptions: -noaudio -no-boot-anim -no-window - name: Archive Espresso results if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Moka-Espresso-${{ matrix.api }}-${{ matrix.abi }}-report path: sample/build/reports/androidTests/connected - name: Archive screenshots if: ${{ always() }} - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v4 with: name: Moka-Screenshots-${{ matrix.api }}-${{ matrix.abi }}-report path: | @@ -88,7 +88,7 @@ jobs: run: ./gradlew check - name: Archive Lint report if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Lint-report path: sample/build/reports/lint-results*.html