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 }}-*