From 7301dff182c9607ca1f0a525f478a04ba381b656 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:14:46 +0000 Subject: [PATCH] ci(github-action)!: Update GitHub Artifact Actions | datasource | package | from | to | | ----------- | ------------------------- | ---- | ------ | | github-tags | actions/download-artifact | v4 | v8.0.1 | | github-tags | actions/upload-artifact | v4 | v7.0.1 | --- .github/workflows/docker-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 0f4378220..9ffce9e6b 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -89,7 +89,7 @@ jobs: - name: Upload Digest if: ${{ inputs.push == 'true' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: digests path: /tmp/digests/* @@ -107,7 +107,7 @@ jobs: steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: digests path: /tmp/digests