From f87326de42a72a6d9badf146b7d6b54ee22e5e63 Mon Sep 17 00:00:00 2001 From: The Judge <53906078+thejudge156@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:34:28 -0700 Subject: [PATCH] Update build-android.yml --- .github/workflows/build-android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 0975db4b30..012bcdea64 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -28,13 +28,13 @@ jobs: - name: Upload modules release output if: ${{matrix.arch == 'arm64'}} # Only upload this once - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: lwjgl3-android-modules path: bin/RELEASE - name: Upload native build output - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: lwjgl3-android-natives-${{matrix.arch}} path: bin/out