From ce2ea6e61eecae8881377d515e593195c0516dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:38:01 +0000 Subject: [PATCH] Build(deps): Bump actions/download-artifact from 3 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...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/Release_to_playstore.yml | 6 +++--- .github/workflows/deploy_to_playstore.yml | 6 +++--- .../deploy_to_playstore_and_firebase_test.yml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/Release_to_playstore.yml b/.github/workflows/Release_to_playstore.yml index cd01577f..53038c5d 100644 --- a/.github/workflows/Release_to_playstore.yml +++ b/.github/workflows/Release_to_playstore.yml @@ -88,19 +88,19 @@ jobs: runs-on: ubuntu-latest steps: # 1 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: release_bundle - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: mapping - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: distribution - name: Display structure of downloaded files diff --git a/.github/workflows/deploy_to_playstore.yml b/.github/workflows/deploy_to_playstore.yml index d1b2be8f..744be149 100644 --- a/.github/workflows/deploy_to_playstore.yml +++ b/.github/workflows/deploy_to_playstore.yml @@ -49,19 +49,19 @@ jobs: runs-on: ubuntu-latest steps: # 1 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v6 with: name: release_bundle - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v6 with: name: mapping - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v6 with: name: distribution - name: Display structure of downloaded files diff --git a/.github/workflows/deploy_to_playstore_and_firebase_test.yml b/.github/workflows/deploy_to_playstore_and_firebase_test.yml index 5d195757..fb2f61b4 100644 --- a/.github/workflows/deploy_to_playstore_and_firebase_test.yml +++ b/.github/workflows/deploy_to_playstore_and_firebase_test.yml @@ -30,19 +30,19 @@ jobs: runs-on: ubuntu-latest steps: # 1 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v6 with: name: release_bundle - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v6 with: name: mapping - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v6 with: name: distribution - name: Display structure of downloaded files @@ -71,13 +71,13 @@ jobs: runs-on: ubuntu-latest steps: # 2 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v6 with: name: release_bundle - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v6 with: name: distribution - name: 'Echo download path'