From d46efa352723e65ec177ee4f64b2cd7a38ec75e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:08:31 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/build.yml | 6 +++--- .github/workflows/publish.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 183d3d0d..afe55237 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,14 +46,14 @@ jobs: env: BUILD_TYPE: ${{ inputs.build_version_type }} - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build-artifacts path: | */**/build/libs/ */**/build/tmp/submods/ - name: Upload MavenLocal - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Maven Local path: ~/.m2/repository/top/hendrixshen/ @@ -67,7 +67,7 @@ jobs: with: fetch-depth: 0 - name: Download build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build-artifacts path: build-artifacts diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ab5ac952..aa9caab0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: with: fetch-depth: 0 - name: Download build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build-artifacts path: build-artifacts @@ -148,7 +148,7 @@ jobs: with: fetch-depth: 0 - name: Download build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build-artifacts path: build-artifacts