From aa3dbbc1d8ffdf68426c448f9e1fc7901d4df157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 00:55:27 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5062793..31f237e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -166,7 +166,7 @@ jobs: if: always() && (needs.build_android_app.result == 'success' || needs.build_ios_app.result == 'success') steps: - name: Download Android analysis - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: apk-size-analysis path: size_analysis/android @@ -174,7 +174,7 @@ jobs: continue-on-error: true - name: Download iOS analysis - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ios-size-analysis path: size_analysis/ios