From 6b76fbc817f6e9614f2a0a67a6b1c2fb720054b7 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Wed, 15 Jan 2025 11:51:58 +1100 Subject: [PATCH] Fix artifact download for Simplecov collation v4 of the artifact actions works differently to v3. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70000b33ad..5be0ebb422 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -553,7 +553,6 @@ jobs: with: pattern: simplecov-chunk-* path: tmp/simplecov - merge-multiple: true - name: collate results from each of the workers run: bundle exec rake 'simplecov:collate_results[tmp/simplecov]'