diff --git a/.github/workflows/maestro-test.yml b/.github/workflows/maestro-test.yml index a27ee3b4..ef329f02 100644 --- a/.github/workflows/maestro-test.yml +++ b/.github/workflows/maestro-test.yml @@ -110,7 +110,7 @@ jobs: distribution: 'zulu' - name: ⬇️ Download Android Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: android-artifacts path: artifacts/ diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index c9bb8234..56dd00f6 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -290,14 +290,14 @@ jobs: - name: ⬇️ Download Android Artifacts if: ${{ github.event.inputs['build-platform'] == 'Android' || github.event.inputs['build-platform'] == 'Both' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: android-artifacts path: artifacts/ - name: ⬇️ Download iOS Artifacts if: ${{ github.event.inputs['build-platform'] == 'iOS' || github.event.inputs['build-platform'] == 'Both' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ios-artifacts path: artifacts/