From 811fe7590471e310e1c1a3a76cec883bc801987c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:17:45 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...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 b418d84..d8f7c1c 100644 --- a/.github/workflows/ci_android.yml +++ b/.github/workflows/ci_android.yml @@ -101,12 +101,12 @@ jobs: uses: actions/checkout@v2 - name: Download APK - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: app-debug - name: Download Android Test APK - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: app-debug-androidTest