From 8183a145b79341dc27050dfb2c3ea7abfc90f375 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:36:20 +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 1649ad1..bf127fb 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,14 +28,14 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: "Upload artifacts" - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: artifacts path: "**/target/" retention-days: 1 # 仅保留1天。 - name: "Upload assets" - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: assets path: ".asset/"