From 7352c62928c33af1e6c92359409cc301f271b09f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 05:35:49 +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 769c5a4..c697e70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: "Clean Build" run: "./gradlew clean build" - name : "Archive Artifacts" - uses : "actions/upload-artifact@v5" + uses : "actions/upload-artifact@v6" with : name : "HeadDatabase-API-SNAPSHOT" path : "build/libs/*.jar"