Skip to content

Commit 9990055

Browse files
committed
🔧 Reset upload-artifact config
1 parent e85f9f5 commit 9990055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/upload-artifact@v4
8282
with:
8383
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
84-
path: coverage/*
84+
path: coverage
8585
include-hidden-files: true
8686
- uses: codecov/codecov-action@v5
8787
with:

0 commit comments

Comments
 (0)