From 53f1f9696a47493dc4385da5ff5684ce80be9470 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:57:56 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 168b36e..b074671 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,13 +31,13 @@ jobs: MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: "Upload artifact" - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: artifact path: target - name: "Upload assets" - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: assets path: asset \ No newline at end of file