From a6df6eb045fb38909b3cf9cdd8c2643a90bcbbbf Mon Sep 17 00:00:00 2001 From: Andreas Beuge Date: Mon, 4 May 2026 17:20:01 +0200 Subject: [PATCH] chore: update download action in bake build --- .github/workflows/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 9a2a181..c2e4177 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -266,7 +266,7 @@ jobs: NPM_GITHUB_TOKEN: ${{ secrets.npmGithubReadToken }} - if: inputs.artifactPath != '' && inputs.artifactName != '' name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: ${{ inputs.artifactName }} path: ${{ inputs.artifactPath }}