From 4eb4941254fa0dacddab00178dcd053b274dcd08 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Fri, 24 May 2024 13:28:33 +0200 Subject: [PATCH] Do not download unnecessary artifacts --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c38f78433..ab0ac01faf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -286,6 +286,8 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 + with: + pattern: "@(binaries-*|lib-ocaml)" - name: Move artifacts run: ./scripts/moveArtifacts.sh