From b7105ade9fc479a53c20f017bd94aef81d05dc51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:34:03 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .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..c3ccd8f 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@v5 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..16ff919 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@v5 with: name: "ARTIFACTS-${{ matrix.image }}_${{ matrix.arch }}" path: |