From 4ce99b39f5fe5418ea0ea6800045417a848f0136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Mon, 30 Sep 2024 18:45:00 +0300 Subject: [PATCH] docs: apply breaking changes of `actions/upload-artifact@v4` to example (#6597) --- docs/guide/improving-performance.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/improving-performance.md b/docs/guide/improving-performance.md index aa7b61119ea2..68c218f2bda0 100644 --- a/docs/guide/improving-performance.md +++ b/docs/guide/improving-performance.md @@ -131,6 +131,7 @@ jobs: with: name: blob-report-${{ matrix.shardIndex }} path: .vitest-reports/* + include-hidden-files: true retention-days: 1 merge-reports: