From 9828132b9049e7c4d2a5d65674a54050b737c770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:16:45 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_android.yml b/.github/workflows/ci_android.yml index 383abbc..8a2a2ac 100644 --- a/.github/workflows/ci_android.yml +++ b/.github/workflows/ci_android.yml @@ -122,13 +122,13 @@ jobs: # This downloads artifacts from your build. - name: download-apk - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: app-debug # This downloads artifacts from your build. - name: download-android-test-apk - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: app-debug-androidTest