diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index 956e5a4d7..7c180eab4 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -131,7 +131,7 @@ jobs: runs-on: 'ubuntu-24.04' steps: - name: Download APK artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: ~/apk-artifacts diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index e94185ab5..8c37e77f5 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -149,7 +149,7 @@ jobs: timeout-minutes: 15 steps: - name: Download APK artifacts - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: ~/apk-artifacts