From 84b94a08dcc97571cb569532b4e19025ac15161d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:07:18 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 0c6c69f..b57d006 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -76,7 +76,7 @@ jobs: ls -lah ${{ runner.temp }}/digests/ - name: Upload digest - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: digests-${{ env.PLATFORM_PAIR }} path: ${{ runner.temp }}/digests/* @@ -93,7 +93,7 @@ jobs: needs: [ docker ] steps: - name: Download digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/digests pattern: digests-*