From bd1f4889bccb980dd7bffa8d5b27a8ad415deb0b Mon Sep 17 00:00:00 2001 From: cool-mist Date: Sun, 23 Mar 2025 00:00:35 +0530 Subject: [PATCH] use artifacts v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6359466..e369558 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,8 +32,8 @@ jobs: - name: build run: ./gradlew build - name: capture build artifacts - if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS - uses: actions/upload-artifact@v2 + if: ${{ runner.os == 'Linux' }} + uses: actions/upload-artifact@v4 with: name: Artifacts path: build/libs/