diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 069d20d..0c3f86c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Build Android run: ./gradlew clean packageRelease - name: Upload APK - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: combinatory-apk path: build/outputs/apk/release/combinatory-release.apk \ No newline at end of file