From f3ed09deec11feb3ffb070c9401eabb6b7fdfc5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:36:46 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 18b17e9..5a55865 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: - name: "Target Stage" run: mkdir staging && cp target/*.jar staging - name: "Upload artifact" - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: artifact path: staging \ No newline at end of file