From b32c36ece80f11118079fc89adfe7a3e89766496 Mon Sep 17 00:00:00 2001 From: Maksim Belov <45949002+artdeell@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:46:07 +0300 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 5deed5972f..176441e093 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@v3 + uses: actions/upload-artifact@v4 with: name: lwjgl3-android-modules path: bin/RELEASE - name: Upload native build output - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: lwjgl3-android-natives-${{matrix.arch}} path: bin/out