From 0f672c37aaa9807ab7b9bd1594e56218bd0366dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:56:49 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/build_aarch64_Linux.yaml | 2 +- .github/workflows/build_x86_64_Linux.yaml | 2 +- .github/workflows/matrix_builds.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_aarch64_Linux.yaml b/.github/workflows/build_aarch64_Linux.yaml index 9849762f..58445f6f 100644 --- a/.github/workflows/build_aarch64_Linux.yaml +++ b/.github/workflows/build_aarch64_Linux.yaml @@ -269,7 +269,7 @@ jobs: continue-on-error: true - name: Upload (aarch64-Linux) Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: Pkgcache_aarch64-Linux path: | diff --git a/.github/workflows/build_x86_64_Linux.yaml b/.github/workflows/build_x86_64_Linux.yaml index f421383e..2d0f38e0 100644 --- a/.github/workflows/build_x86_64_Linux.yaml +++ b/.github/workflows/build_x86_64_Linux.yaml @@ -269,7 +269,7 @@ jobs: continue-on-error: true - name: Upload (x86_64-Linux) Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: Pkgcache_x86_64-Linux path: | diff --git a/.github/workflows/matrix_builds.yaml b/.github/workflows/matrix_builds.yaml index e85d74ba..862edf48 100644 --- a/.github/workflows/matrix_builds.yaml +++ b/.github/workflows/matrix_builds.yaml @@ -630,7 +630,7 @@ jobs: - name: Upload (LOG) Artifacts [${{ matrix.package.host }}<==>${{ matrix.package.runner }}] if: env.CONTINUE_GHRUN != 'FALSE' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: Pkgcache_${{ env.PKG_FAMILY_LOCAL }}_${{ matrix.package.host }} path: |