From 097b27f93b968000984f8ce1f40a82c959c4ebca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:09:50 +0000 Subject: [PATCH] Build(deps): Bump actions/download-artifact from 3 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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..bb52fb1f 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@v5 with: name: release_bundle - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: mapping - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 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..24b98c0c 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@v5 with: name: release_bundle - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v5 with: name: mapping - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v5 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..6217de68 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@v5 with: name: release_bundle - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v5 with: name: mapping - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v5 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@v5 with: name: release_bundle - name: 'Echo download path' run: echo ${{steps.download.outputs.download-path}} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v5 with: name: distribution - name: 'Echo download path'