diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27ebeee..151e3d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,5 +49,5 @@ jobs: - name: Upload test coverage report uses: actions/upload-artifact@v4 with: - name: coverage_report.txt + name: coverage_report-${{ matrix.postgis_versions }}.txt path: testoutputs/coverage_report.txt