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