From 015f1abf4945d9f41cf8e173c62c53aa5d0b9240 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sun, 18 May 2025 15:58:26 +0200 Subject: [PATCH] update workflows, hopefully successfully --- .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 93e9fb2..065674a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v3 with: @@ -18,7 +18,7 @@ jobs: - name: Copy artifacts run: mkdir staging && cp target/BlockEdit-*.jar staging - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: BlockEdit-${{ github.ref_name }}-${{ github.sha }} path: staging \ No newline at end of file