From 614d95683ebd72a7306ea36ff7f5354e6d9a7fe9 Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Sat, 30 Dec 2023 23:49:03 +0100 Subject: [PATCH] Update `upload-artifact` to v4. Apparently there are numerous performance and behavioral improvements. --- .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 c7275ae..8695b29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: run: ./gradlew build --no-daemon - name: 'Upload artifact' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: MobArena.jar path: build/libs/MobArena-*.jar