We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae424d1 commit daec301Copy full SHA for daec301
.github/workflows/python.yaml
@@ -52,7 +52,7 @@ jobs:
52
env:
53
COVERAGE_FILE: ".coverage.${{ matrix.python-version }}"
54
- name: Store coverage file
55
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
56
with:
57
name: coverage
58
path: .coverage.${{ matrix.python-version }}
@@ -81,7 +81,7 @@ jobs:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82
MERGE_COVERAGE_FILES: true
83
- name: Store Pull Request comment to be posted
84
85
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
86
87
name: python-coverage-comment-action
0 commit comments