From c109248b38124d9b1461787dc7aaed97c985c52e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:32:45 +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 378dd60..32f097e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,14 +32,14 @@ jobs: MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: "Upload artifacts" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: artifacts path: "**/target/" retention-days: 1 - name: "Upload assets" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: assets path: ".asset/*.jar"