From 085f5179e294a11ccc967166c9aa0397200d32b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:31:52 +0000 Subject: [PATCH] ci(github-action)!: Update GitHub Artifact Actions | datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v4 | v8 | | github-tags | actions/upload-artifact | v4 | v7 | --- .github/workflows/build-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 3a2ed1e..9b723c6 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -205,7 +205,7 @@ jobs: - name: Upload Digest if: ${{ inputs.pushImages}} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.image.name }}-${{ matrix.image.target_os }}-${{ matrix.image.target_arch }} path: /tmp/${{ matrix.image.name }}/* @@ -227,7 +227,7 @@ jobs: fail-fast: false steps: - name: Download Digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: "${{ matrix.image.name }}-*" path: /tmp/${{ matrix.image.name }}