From 543e30da87984f8e04ad61d2118bdeac719593fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:29:32 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/create_aarch64-Linux.yaml | 2 +- .github/workflows/create_x86_64-Linux.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_aarch64-Linux.yaml b/.github/workflows/create_aarch64-Linux.yaml index a30bb32..4675c26 100644 --- a/.github/workflows/create_aarch64-Linux.yaml +++ b/.github/workflows/create_aarch64-Linux.yaml @@ -120,7 +120,7 @@ jobs: #Artifacts - name: Upload (Build) Artifacts if: env.HAS_RUNIMAGE == 'TRUE' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: "ARTIFACTS-${{ matrix.image }}_${{ matrix.arch }}" path: | diff --git a/.github/workflows/create_x86_64-Linux.yaml b/.github/workflows/create_x86_64-Linux.yaml index 9722d59..0cd3e76 100644 --- a/.github/workflows/create_x86_64-Linux.yaml +++ b/.github/workflows/create_x86_64-Linux.yaml @@ -129,7 +129,7 @@ jobs: #Artifacts - name: Upload (Build) Artifacts if: env.HAS_RUNIMAGE == 'TRUE' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: "ARTIFACTS-${{ matrix.image }}_${{ matrix.arch }}" path: |