From 2ed7983802ff773c26b85ae9aa54b5302ee6027f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:59:41 +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 2cc0e65..2350852 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@v5 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@v6 with: path: ${{ runner.temp }}/digests/${{ matrix.docker_target }} pattern: digests-${{ matrix.docker_target }}-*