From 7d765432a862c05017d2333e2476c5f128ae05a0 Mon Sep 17 00:00:00 2001 From: Erick Bourgeois Date: Tue, 14 Apr 2026 05:16:59 -0400 Subject: [PATCH] Fix the upload artifact, missing some files as part of the download Signed-off-by: Erick Bourgeois --- .github/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0c01e80..c1d5d53 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -666,6 +666,11 @@ jobs: uses: actions/download-artifact@v4 with: path: ./artifacts + pattern: | + 5spot-* + docker-sbom-* + *.intoto.jsonl + deploy-manifests - name: 🧹 Organize release artifacts run: |