Skip to content

Commit 79d8097

Browse files
committed
Note to self: actions can just break
Fix actions/upload-artifact#602
1 parent 79d755c commit 79d8097

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/check.yml

+4
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
uses: actions/upload-artifact@v4
8585
with:
8686
path: .coverage
87+
if-no-files-found: error
88+
include-hidden-files: true
8789
name: coverage-${{ matrix.python-version }}
8890

8991
test-rustpython:
@@ -108,6 +110,8 @@ jobs:
108110
uses: actions/upload-artifact@v4
109111
with:
110112
path: .coverage
113+
if-no-files-found: error
114+
include-hidden-files: true
111115
name: coverage-rustpython
112116

113117
mypy:

0 commit comments

Comments
 (0)