From f8b92f0a468c5d511cc01a1900bfc8cef38f7187 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Sat, 11 Oct 2025 01:17:04 +0200 Subject: [PATCH] add os to coverage file name --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 42802b741..b1f450ef7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -106,7 +106,7 @@ jobs: - name: Store coverage files uses: actions/upload-artifact@v4 with: - name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }} + name: coverage-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pydantic-version }} path: coverage include-hidden-files: true