From e7201e29460af9117601056fa8ccf8c1d4c48e65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:52:21 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/ci-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 2cc0e65f..927e8f48 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -183,7 +183,7 @@ jobs: touch "${{ runner.temp }}/digests/${{ matrix.docker_target }}/${digest#sha256:}" - name: Upload digest - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: digests-${{ matrix.docker_target }}-${{ env.PLATFORM_PAIR }} path: ${{ runner.temp }}/digests/${{ matrix.docker_target }}/* @@ -220,7 +220,7 @@ jobs: echo "FULL_IMAGE_WITHOUT_TAG=$(echo $image_without_tag | tr '[A-Z]' '[a-z]')" >> $GITHUB_ENV - name: Download digests - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/digests/${{ matrix.docker_target }} pattern: digests-${{ matrix.docker_target }}-*