From fa94897c9bbf03a6ba0e61860f8024d64cf1b493 Mon Sep 17 00:00:00 2001 From: "Igoshev, Iaroslav" Date: Mon, 9 Sep 2024 12:28:44 +0000 Subject: [PATCH] Provide include-hidden-files: true to merge artifacts Signed-off-by: Igoshev, Iaroslav --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e1f28958b4..ceb6c55264a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -717,12 +717,12 @@ jobs: run: shell: bash -l {0} steps: - - uses: actions/checkout@v4 - name: Merge Artifacts uses: actions/upload-artifact/merge@v4 with: name: coverage-data pattern: coverage-data-* + include-hidden-files: true delete-merged: true upload-coverage: