diff --git a/.github/workflows/tox-tests.yml b/.github/workflows/tox-tests.yml index 8ca38699e..b686871a2 100644 --- a/.github/workflows/tox-tests.yml +++ b/.github/workflows/tox-tests.yml @@ -125,5 +125,5 @@ jobs: if: ${{ contains(matrix.tox-testenv, 'pytest-cov') }} uses: actions/upload-artifact@v4 with: - name: code-coverage-report-${{ matrix.python-version }} + name: code-coverage-report-${{ matrix.os }}-${{ matrix.python-version }} path: coverage