From 5dd175580861882d7b0d5ab04ef3bf053e626360 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:18:27 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .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..85076a0 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@v7 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..8c94876 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@v7 with: name: "ARTIFACTS-${{ matrix.image }}_${{ matrix.arch }}" path: |