Skip to content

Commit e33d517

Browse files
author
avandras
committed
Debug temp location #4
1 parent 0491c41 commit e33d517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Upload logs from unit tests
4343
uses: actions/upload-artifact@v4
4444
with:
45-
name: logs-${{ matrix.os }}
46-
path: ${{ runner.temp }}/.coverage.*
45+
name: logs-${{ matrix.os }}-${{ matrix.python-version }}
46+
path: ${{ runner.temp }}/.coverage.${{ matrix.python-version }}
4747
retention-days: 1
4848

4949
post-unit-coverage:

0 commit comments

Comments
 (0)