From da254863340b0397410b6a4f6d62e506e1d0e6c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:16:13 +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 41373608..83ba4fa4 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@v3" + uses : "actions/upload-artifact@v7" with : name : "PRTree-SNAPSHOT" path : "build/libs/*-SNAPSHOT.jar"