From b9282e2be96ad9d2f1c4dbc1f6697df883759089 Mon Sep 17 00:00:00 2001 From: Dynamitos Date: Sun, 26 Oct 2025 07:20:01 +0000 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 035a160..c9a7bf8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: build run: ./gradlew build - name: capture build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: Artifacts path: build/libs/ \ No newline at end of file