From 7924ef912ea875751e205864d1e447534f0f614b Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Sun, 12 Jan 2025 15:17:56 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d7c3ad9c9..69173606d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -296,7 +296,8 @@ jobs: uses: actions/upload-artifact@v4 with: name: coverage_win_Py${{ matrix.PYTHON_VERSION }}_${{ matrix.SKLEARN_VERSION }} - path: coverage_win${{ matrix.PYTHON_VERSION }}_${{ matrix.SKLEARN_VERSION }}.json + path: | + *_win${{ matrix.PYTHON_VERSION }}_${{ matrix.SKLEARN_VERSION }}.info - name: Sklearn testing [preview] shell: cmd run: |