diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54339de4ac..1e3e4a9cbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: python -m pip install --upgrade pip pip install gitpython requests - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Debug APK path: artifacts/debug-apk diff --git a/.github/workflows/release_update.yml b/.github/workflows/release_update.yml index a0c2c61c51..e87cc70d69 100644 --- a/.github/workflows/release_update.yml +++ b/.github/workflows/release_update.yml @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Release APK path: artifacts/release-apk @@ -83,7 +83,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Release APK path: artifacts/release-apk