From b1dfb4d13243dfbb8a6b5291a1d2e482a72d6da9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Apr 2026 16:26:26 +0000 Subject: [PATCH] ci: Update GitHub Artifact Actions to v6 | datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v4 | v6 | | github-tags | actions/upload-artifact | v4 | v6 | --- .github/workflows/bake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index d2c280f..b05ce76 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -198,7 +198,7 @@ jobs: - name: Upload original tags # Only upload once per image (both platforms produce the same tag list) if: steps.check-platform.outputs.supported == 'true' && github.event_name != 'pull_request' && matrix.arch.slug == 'amd64' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: tags-${{ matrix.image }} path: images/${{ matrix.image }}/original-tags.txt @@ -224,7 +224,7 @@ jobs: steps: - name: Download tag artifacts id: download - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: tags-${{ matrix.image }} path: tags