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'