From 9903bf017e52d1e466775c50cdd6c10a8d92e021 Mon Sep 17 00:00:00 2001 From: Maxim Martynov Date: Sat, 16 Dec 2023 22:19:13 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 22c156f..b647bbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,7 +80,7 @@ jobs: - name: Upload coverage results uses: actions/upload-artifact@v4 with: - name: code-coverage-${{ matrix.python-version }} + name: code-coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }} path: reports/.coverage* all_done: @@ -115,7 +115,7 @@ jobs: run: pip install -I -r requirements.txt -r requirements-test.txt - name: Download all coverage reports - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: reports