From 0a8db6c5d296fb133ada807b4753a972bf61e8f4 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Tue, 7 Jan 2025 19:15:05 +0000 Subject: [PATCH] fix varying coverage name, take 2 --- .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 3dec878..82dc893 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - name: store coverage files uses: actions/upload-artifact@v4 with: - name: coverage-${{ matrix.python-version }} + name: coverage-${{ matrix.os }}-${{ matrix.python-version }} path: coverage include-hidden-files: true