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 5252 COVERAGE_FILE : " .coverage.${{ matrix.python_version }}"
5353
5454 - name : Store coverage file
55- uses : actions/upload-artifact@v4
55+ uses : actions/upload-artifact@v5
5656 with :
5757 name : coverage-${{ matrix.python_version }}
5858 path : .coverage.${{ matrix.python_version }}
7272 steps :
7373 - uses : actions/checkout@v5
7474
75- - uses : actions/download-artifact@v5
75+ - uses : actions/download-artifact@v6
7676 id : download
7777 with :
7878 pattern : coverage-*
8686 MERGE_COVERAGE_FILES : true
8787
8888 - name : Store Pull Request comment to be posted
89- uses : actions/upload-artifact@v4
89+ uses : actions/upload-artifact@v5
9090 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
9191 with :
9292 name : python-coverage-comment-action
You can’t perform that action at this time.
0 commit comments