From ad915a5c06660ff6a79b1d80065e899e4881d603 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:36:36 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5e2b31a..71c0332 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: run: gradle jar - name: Archive jar file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: UltimateSpawn path: build/libs/UltimateSpawn.jar \ No newline at end of file