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