We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5b96c commit c7f27f6Copy full SHA for c7f27f6
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
env:
47
COVERAGE_FILE: "coverage.${{ matrix.os }}.${{ matrix.py }}"
48
- name: Store coverage file
49
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
50
with:
51
name: coverage.${{ matrix.os }}.${{ matrix.py }}
52
path: coverage.${{ matrix.os }}.${{ matrix.py }}
@@ -81,7 +81,7 @@ jobs:
81
VERBOSE: true
82
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