From d9697d51df436ecd714efb303d42341ba0870073 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 04:49:48 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .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 c6709e7..fa7a75b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Clean Build run: ./gradlew clean build - name: Archive Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Paster-SNAPSHOT path: build/libs/*.jar