From bd9a6cb01ef88b76642baa64e9c689f812c68836 Mon Sep 17 00:00:00 2001 From: GalaxySnail Date: Thu, 5 Sep 2024 16:23:56 +0800 Subject: [PATCH] Actions: upload hidden files [1] https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/ [2] https://github.com/actions/upload-artifact/issues/602 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83c88c8..3942326 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,6 +121,7 @@ jobs: with: name: coverage-data.${{ matrix.os }}-${{ matrix.python-version }} path: .coverage.* + include-hidden-files: true if-no-files-found: ignore coverage: