From 51a21be2c1d57f4dabf47918b1f43b2a72b21b0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 12:40:37 +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 8fe2441..6af2548 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,7 +29,7 @@ jobs: run: mvn -B package --file pom.xml -Dgpg.skip - name: "Upload artifacts" - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: artifacts path: "**/target/" @@ -37,7 +37,7 @@ jobs: include-hidden-files: true - name: "Upload assets" - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: assets path: ".asset/"