From 6bc72186bde7304246a4d7c6e04d154385237b91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 23:52:13 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .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 3ebb224..5afed6e 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@v4 + uses: actions/upload-artifact@v6 with: name: artifacts path: "**/target/" @@ -37,7 +37,7 @@ jobs: include-hidden-files: true - name: "Upload assets" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: assets path: ".asset/"