File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ jobs:
78
78
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
79
79
80
80
- name : ' Upload sphinx.log'
81
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
81
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
82
82
with :
83
83
name : sphinx_build_log_${{ env.PR_NUMBER }}.log
84
84
path : build/docs/sphinx.log
85
85
86
86
- name : ' Upload docs html'
87
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
87
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
88
88
with :
89
89
name : openvino_docs_html_${{ env.PR_NUMBER }}.zip
90
90
path : build/docs/openvino_docs_html.zip
@@ -101,7 +101,7 @@ jobs:
101
101
102
102
- name : ' Upload test results'
103
103
if : failure()
104
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
104
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
105
105
with :
106
106
name : openvino_docs_pytest
107
107
path : build/docs/_artifacts/
You can’t perform that action at this time.
0 commit comments