diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e72240..856bcbd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -99,7 +99,7 @@ jobs: uses: actions/upload-artifact@v3 if: ${{ failure() }} with: - name: "MPL image comparison report" + name: "MPL image comparison report - Python ${{ matrix.python-version }}" path: './mpl-results' # No guarantee that the test failures were due to image comparisons if-no-files-found: 'ignore'