File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8080 env :
8181 COVERAGE_FILE : " coverage.${{ matrix.os }}.${{ matrix.py }}"
8282 - name : Store coverage file
83- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
83+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8484 with :
8585 name : coverage.${{ matrix.os }}.${{ matrix.py }}
8686 path : coverage.${{ matrix.os }}.${{ matrix.py }}
9999 steps :
100100 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
101101
102- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
102+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
103103 id : download
104104 with :
105105 pattern : coverage.*
@@ -115,7 +115,7 @@ jobs:
115115 VERBOSE : true
116116
117117 - name : Store Pull Request comment to be posted
118- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
118+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
119119 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
120120 with :
121121 name : python-coverage-comment-action
You can’t perform that action at this time.
0 commit comments