From 8df5d4d083acd49d099556a93666b141803e8878 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:45:17 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .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 23609084..97f1cfa9 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -233,7 +233,7 @@ - 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 }}/* @@ -257,7 +257,7 @@ run: echo "LOWERCASE_REPO_OWNER=${GITHUB_REPOSITORY_OWNER,,}" >> $GITHUB_ENV - name: Download Digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: "${{ matrix.image.name }}-{linux,darwin}-{amd64,arm64}" merge-multiple: true