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: |