From 73ce68130787a4473fe8156c51997d8a6f33dbda Mon Sep 17 00:00:00 2001 From: imperosol Date: Thu, 13 Feb 2025 13:16:29 +0100 Subject: [PATCH] fix upload artifact step of CI --- .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 81a339c6..57f36d6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,5 +43,5 @@ jobs: - name: Archive code coverage results uses: actions/upload-artifact@v4 with: - name: coverage-report + name: coverage-report-${{ matrix.pytest-mark }} path: coverage_report