We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74359cf commit afc518fCopy full SHA for afc518f
1 file changed
.github/workflows/docling_serve.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Upload coverage comment to be posted
71
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name == 'pull_request' && steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
72
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
73
with:
74
name: coverage-comment-docling_serve
75
path: python-coverage-comment-action-docling_serve.txt
0 commit comments