From ce56d195470fb705923ef43b7121e11ed7c65081 Mon Sep 17 00:00:00 2001 From: "Dr. Johannes Pohl" Date: Sun, 14 Jan 2024 00:04:45 +0100 Subject: [PATCH] new format --- .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 6552aa0b4..1f621bc54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: dist-${{ matrix.os }} + name: dist-${{ matrix.os }}-${{ matrix.python_version }}-${{ matrix.architecture }} path: dist - name: Run pytest with coverage