diff --git a/.github/workflows/maestro-test.yml b/.github/workflows/maestro-test.yml index ba32aa5a..39ce237f 100644 --- a/.github/workflows/maestro-test.yml +++ b/.github/workflows/maestro-test.yml @@ -156,7 +156,7 @@ jobs: key: avd-api-34-x86_64-${{ runner.os }} - name: ⬇️ Download Android Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: android-artifacts path: artifacts/ diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index 2738cfa6..0d3d6785 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@v7 + uses: actions/download-artifact@v8 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@v7 + uses: actions/download-artifact@v8 with: name: ios-artifacts path: artifacts/