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 9696 --cov-output .coverage.${{ matrix.python_version.tox }}
9797
9898 - name : Store coverage file
99- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
99+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
100100 if : ${{ (matrix.python_version.cov && github.event_name == 'pull_request') }}
101101 with :
102102 name : coverage-${{ matrix.python_version.tox }}
@@ -139,7 +139,7 @@ jobs:
139139 MINIMUM_GREEN : 90
140140
141141 - name : Store Pull Request comment to be posted (for external pr)
142- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
142+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
143143 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
144144 with :
145145 name : python-coverage-comment-action
You can’t perform that action at this time.
0 commit comments