From 390f5a6f668c0801011721e181a681d9143274a8 Mon Sep 17 00:00:00 2001 From: Francesco Ballarin Date: Wed, 4 Sep 2024 09:33:54 +0200 Subject: [PATCH] Explicitly include hidden files with actions/upload-artifact due to non backward compatible change --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4164043..6269425 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,6 +182,7 @@ jobs: name: "tutorials-logs-${{ matrix.backend }}" path: | tutorials/**/.ipynb_pytest/**/*.log* + include-hidden-files: true warn: runs-on: ubuntu-latest