File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
env :
47
47
COVERAGE_FILE : " coverage.${{ matrix.os }}.${{ matrix.py }}"
48
48
- name : Store coverage file
49
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
49
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
50
50
with :
51
51
name : coverage.${{ matrix.os }}.${{ matrix.py }}
52
52
path : coverage.${{ matrix.os }}.${{ matrix.py }}
81
81
VERBOSE : true
82
82
83
83
- name : Store Pull Request comment to be posted
84
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
84
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
85
85
if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
86
86
with :
87
87
name : python-coverage-comment-action
You can’t perform that action at this time.
0 commit comments