From 38cc9f328e7b08a6f986104926d61c0c1535be5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:14:41 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sdk_android_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sdk_android_build.yml b/.github/workflows/sdk_android_build.yml index f406ae366..99b55ed68 100644 --- a/.github/workflows/sdk_android_build.yml +++ b/.github/workflows/sdk_android_build.yml @@ -133,7 +133,7 @@ jobs: sdk_version=`echo "${{ github.ref }}" | cut -d "-" -f 3` echo "sdk_version=$sdk_version" >> $GITHUB_OUTPUT - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: ./android-binaries-${{ steps.get_sdk_version.outputs.sdk_version }} merge-multiple: true @@ -142,7 +142,7 @@ jobs: run: | ${{ matrix.config.command }} android-binaries-${{ steps.get_sdk_version.outputs.sdk_version }}.${{ matrix.config.suffix }} android-binaries-${{ steps.get_sdk_version.outputs.sdk_version }} - name: Download release URL - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: release_url path: ./