From bc4400e10941f5dd2bac6c9d042e777616dd09ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 14:06:44 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .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 4e252b2..18151e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: Clean Build run: ./gradlew clean build - name: Archive Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: Plot2Dynmap-SNAPSHOT path: build/libs/*-SNAPSHOT.jar