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 3838 coverage report --show-missing
3939 mv .coverage .coverage.${{ matrix.python-version }}
4040 - name : Store coverage file
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v5
4242 with :
4343 include-hidden-files : true
4444 name : coverage-${{ matrix.python-version }}
6565 steps :
6666 - uses : actions/checkout@v5
6767
68- - uses : actions/download-artifact@v5
68+ - uses : actions/download-artifact@v6
6969 id : download
7070 with :
7171 pattern : coverage-*
7979 MERGE_COVERAGE_FILES : true
8080
8181 - name : Store Pull Request comment to be posted
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v5
8383 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
8484 with :
8585 name : python-coverage-comment-action
You can’t perform that action at this time.
0 commit comments