We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b095a2 + 24d9961 commit e4dbc08Copy full SHA for e4dbc08
.github/workflows/default.yml
@@ -63,7 +63,7 @@ jobs:
63
env:
64
COVERAGE_FILE: ".coverage.${{ matrix.python_version }}"
65
- name: Store coverage file
66
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
67
with:
68
name: coverage-${{ matrix.python_version }}
69
path: .coverage.${{ matrix.python_version }}
@@ -92,7 +92,7 @@ jobs:
92
MERGE_COVERAGE_FILES: true
93
VERBOSE: true
94
- name: Store Pull Request comment to be posted
95
96
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
97
98
# If you use a different name, update COMMENT_ARTIFACT_NAME accordingly
0 commit comments