Skip to content

Commit 3fb39a7

Browse files
committed
Fix GitHub Actions workflow
1 parent 4a50b1f commit 3fb39a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/upload-artifact@v7
4747
with:
4848
name: coverage-data-${{ matrix.python-version }}
49-
path: '${{ github.workspace }}/.coverage.*'
49+
path: '${{ github.workspace }}/.coverage/*'
5050
include-hidden-files: true
5151
if-no-files-found: error
5252

@@ -70,7 +70,7 @@ jobs:
7070
- name: Download data
7171
uses: actions/download-artifact@v8
7272
with:
73-
path: ${{ github.workspace }}
73+
path: .coverage
7474
pattern: coverage-data-*
7575
merge-multiple: true
7676

0 commit comments

Comments
 (0)