diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7eef058..083a059 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -72,7 +72,7 @@ jobs: - name: Cargo apk build for target ${{ matrix.rust-target }} run: cargo apk build -p examples --target ${{ matrix.rust-target }} --examples - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 # Only need this for CI, unless users are interested in downloading # a ready-made app that does nothing but printing "hello world". if: ${{ matrix.rust-target == 'x86_64-linux-android' }} @@ -100,7 +100,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 name: Download hello_world APK if: ${{ matrix.source_os != 'local' }} id: download @@ -149,7 +149,7 @@ jobs: script: ./.github/workflows/android_test.sh "${{ steps.download.outputs.download-path }}" - name: Upload emulator logs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ always() }} with: name: log