Skip to content

Commit 1ff67c1

Browse files
committed
Fix upload-artifact@v3
Signed-off-by: Bernát Gábor <[email protected]>
1 parent f15864e commit 1ff67c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ jobs:
5050
- name: Upload coverage data
5151
uses: actions/upload-artifact@v3
5252
with:
53-
name: coverage-data
53+
include-hidden-files: true
54+
name: coverage-${{ matrix.os }}-${{ matrix.py }}
5455
path: ".tox/.coverage.*"
56+
retention-days: 3
5557

5658
coverage:
5759
name: Combine coverage

0 commit comments

Comments
 (0)