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 4747 env :
4848 COVERAGE_FILE : " coverage.${{ matrix.os }}.${{ matrix.py }}"
4949 - name : Store coverage file
50- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151 with :
5252 name : coverage.${{ matrix.os }}.${{ matrix.py }}
5353 path : coverage.${{ matrix.os }}.${{ matrix.py }}
6666 steps :
6767 - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6868
69- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
69+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
7070 id : download
7171 with :
7272 pattern : coverage.*
8282 VERBOSE : true
8383
8484 - name : Store Pull Request comment to be posted
85- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
85+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8686 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
8787 with :
8888 name : python-coverage-comment-action
You can’t perform that action at this time.
0 commit comments