Skip to content

Commit 4c4939b

Browse files
author
Victor Bajada
committed
Fix path for v4 of upload
1 parent 4ab05ad commit 4c4939b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: actions/upload-artifact@v4
121121
with:
122122
name: coverage-data-${{ matrix.python-version }}
123-
path: .coverage.${{ matrix.python-version }}
123+
path: ${{ github.workspace }}/.coverage.${{ matrix.python-version }}
124124
if-no-files-found: warn
125125

126126
coverage:

0 commit comments

Comments
 (0)