From 565859e4a52721cca5841c1f63d0a9d96d46993d Mon Sep 17 00:00:00 2001 From: angel Date: Tue, 23 Dec 2025 02:13:33 -0600 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