From 870ad15f14ce0cb869c0de25a356ca6d540c034f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:04:32 +0000 Subject: [PATCH] Bump actions/download-artifact from 3.0.0 to 4.1.8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.0 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.0...v4.1.8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/firebase_test_lab.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase_test_lab.yml b/.github/workflows/firebase_test_lab.yml index f8bc29a5..82ac6c8e 100644 --- a/.github/workflows/firebase_test_lab.yml +++ b/.github/workflows/firebase_test_lab.yml @@ -68,12 +68,12 @@ jobs: steps: - name: Download app APK - uses: actions/download-artifact@v3.0.0 + uses: actions/download-artifact@v4.1.8 with: name: app-debug - name: Download Android test APK - uses: actions/download-artifact@v3.0.0 + uses: actions/download-artifact@v4.1.8 with: name: app-debug-androidTest