From 846586798aa9ed620735dcb0e1937209b4c75dc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 01:31:06 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .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 c697e70..118e8fe 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@v6" + uses : "actions/upload-artifact@v7" with : name : "HeadDatabase-API-SNAPSHOT" path : "build/libs/*.jar"