Skip to content

Commit

Permalink
Provide path to actions/download-artifact@v4
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <[email protected]>
  • Loading branch information
YarShev committed Sep 6, 2024
1 parent 770204c commit 65a4a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/upload-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ runs:
- uses: actions/upload-artifact@v4
with:
name: coverage-data-${{ env.COVERAGE_UUID }}
path: .coverage*
path: .coverage
include-hidden-files: true
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
name: coverage-data
path: .coverage
pattern: coverage-data-*
delete-merged: true

Expand All @@ -740,6 +741,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: coverage-data
path: .coverage
- run: pip install coverage
- name: Combine coverage
run: python -m coverage combine
Expand Down

0 comments on commit 65a4a5a

Please sign in to comment.