diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5ae6cca..6449929 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -100,7 +100,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 name: Download hello_world APK if: ${{ matrix.source_os != 'local' }} id: download