Skip to content

Commit fcc5729

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.6.0 (#28570)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v4.6.0</h2> <h2>What's Changed</h2> <ul> <li>Expose env vars to control concurrency and timeout by <a href="https://github.com/yacaovsnc"><code>@​yacaovsnc</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/662">actions/upload-artifact#662</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4...v4.6.0">https://github.com/actions/upload-artifact/compare/v4...v4.6.0</a></p> <h2>v4.5.0</h2> <h2>What's Changed</h2> <ul> <li>fix: deprecated <code>Node.js</code> version in action by <a href="https://github.com/hamirmahal"><code>@​hamirmahal</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/578">actions/upload-artifact#578</a></li> <li>Add new <code>artifact-digest</code> output by <a href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/656">actions/upload-artifact#656</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hamirmahal"><code>@​hamirmahal</code></a> made their first contribution in <a href="https://redirect.github.com/actions/upload-artifact/pull/578">actions/upload-artifact#578</a></li> <li><a href="https://github.com/bdehamer"><code>@​bdehamer</code></a> made their first contribution in <a href="https://redirect.github.com/actions/upload-artifact/pull/656">actions/upload-artifact#656</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0">https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0</a></p> <h2>v4.4.3</h2> <h2>What's Changed</h2> <ul> <li>Undo indirect dependency updates from <a href="https://redirect.github.com/actions/upload-artifact/issues/627">#627</a> by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/632">actions/upload-artifact#632</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3">https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3</a></p> <h2>v4.4.2</h2> <h2>What's Changed</h2> <ul> <li>Bump <code>@actions/artifact</code> to 2.1.11 by <a href="https://github.com/robherley"><code>@​robherley</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/627">actions/upload-artifact#627</a> <ul> <li>Includes fix for relative symlinks not resolving properly</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2">https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2</a></p> <h2>v4.4.1</h2> <h2>What's Changed</h2> <ul> <li>Add a section about hidden files by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/607">actions/upload-artifact#607</a></li> <li>Add workflow file for publishing releases to immutable action package by <a href="https://github.com/Jcambass"><code>@​Jcambass</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/621">actions/upload-artifact#621</a></li> <li>Update <code>@​actions/artifact</code> to latest version, includes symlink and timeout fixes by <a href="https://github.com/robherley"><code>@​robherley</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/625">actions/upload-artifact#625</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jcambass"><code>@​Jcambass</code></a> made their first contribution in <a href="https://redirect.github.com/actions/upload-artifact/pull/621">actions/upload-artifact#621</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1">https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08"><code>65c4c4a</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/662">#662</a> from actions/yacaovsnc/add_variable_for_concurrency_a...</li> <li><a href="https://github.com/actions/upload-artifact/commit/020761922861c5b0a0a9b98ae4adccf1f675862c"><code>0207619</code></a> move files back to satisfy licensed ci</li> <li><a href="https://github.com/actions/upload-artifact/commit/1ecca81102de35b6c140e930a09ea6144c27abf1"><code>1ecca81</code></a> licensed cache updates</li> <li><a href="https://github.com/actions/upload-artifact/commit/97422693d3a0493fc2d725fe8c0ac1c1097e9128"><code>9742269</code></a> Expose env vars to controll concurrency and timeout</li> <li><a href="https://github.com/actions/upload-artifact/commit/6f51ac03b9356f520e9adb1b1b7802705f340c2b"><code>6f51ac0</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/656">#656</a> from bdehamer/bdehamer/artifact-digest</li> <li><a href="https://github.com/actions/upload-artifact/commit/c40c16d999899d3642ba1597014ba7ef8ff611e7"><code>c40c16d</code></a> add new artifact-digest output</li> <li><a href="https://github.com/actions/upload-artifact/commit/735efb4a0a50bb1a533b000483f2d0a23effbd26"><code>735efb4</code></a> bump <code>@​actions/artifact</code> from 2.1.11 to 2.2.0</li> <li><a href="https://github.com/actions/upload-artifact/commit/184d73b71b93c222403b2e7f1ffebe4508014249"><code>184d73b</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/578">#578</a> from hamirmahal/fix/deprecated-nodejs-usage-in-action</li> <li><a href="https://github.com/actions/upload-artifact/commit/b4a0a984a056f94abb1db07895e844b9422e1e41"><code>b4a0a98</code></a> Merge branch 'main' into fix/deprecated-nodejs-usage-in-action</li> <li><a href="https://github.com/actions/upload-artifact/commit/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882"><code>b4b15b8</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/632">#632</a> from actions/joshmgross/undo-dependency-changes</li> <li>Additional commits viewable in <a href="https://github.com/actions/upload-artifact/compare/v4.4.0...v4.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=4.4.0&new-version=4.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
1 parent 4a776be commit fcc5729

29 files changed

+65
-65
lines changed

.github/workflows/android_arm64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
# Upload build logs
183183
#
184184
- name: Upload build logs
185-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
185+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
186186
if: always()
187187
with:
188188
name: build_logs

.github/workflows/android_x64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
# Upload build logs
158158
#
159159
- name: Upload build logs
160-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
160+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
161161
if: always()
162162
with:
163163
name: build_logs

.github/workflows/coverity.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,15 @@ jobs:
192192
run: ${COVERITY_TOOL_DIR}/cov-analysis*/bin/cov-configure -c ${COVERITY_TOOL_DIR}/cov-analysis-linux64-2023.6.2/config/coverity_config.xml -lscc text
193193

194194
- name: Upload Coverity build log
195-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
195+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
196196
if: always()
197197
with:
198198
name: coverity_logs
199199
path: ${{ env.BUILD_DIR }}/cov-int/build-log.txt
200200
if-no-files-found: 'error'
201201

202202
- name: Upload Coverity build archive
203-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
203+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
204204
if: always()
205205
with:
206206
name: coverity_archive

.github/workflows/dev_cpu_linux_snippets_libxsmm.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
# Upload build artifacts and logs
173173
#
174174
- name: Upload build logs
175-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
175+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
176176
if: always()
177177
with:
178178
name: build_logs
@@ -181,15 +181,15 @@ jobs:
181181

182182
- name: Upload openvino package
183183
if: ${{ always() }}
184-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
184+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
185185
with:
186186
name: openvino_package
187187
path: ${{ env.BUILD_DIR }}/openvino_package.tar.gz
188188
if-no-files-found: 'error'
189189

190190
- name: Upload openvino tests package
191191
if: ${{ always() }}
192-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
192+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
193193
with:
194194
name: openvino_tests
195195
path: ${{ env.BUILD_DIR }}/openvino_tests.tar.gz
@@ -329,7 +329,7 @@ jobs:
329329
timeout-minutes: 25
330330

331331
- name: Upload Test Results
332-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
332+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
333333
if: always()
334334
with:
335335
name: test-results-functional-cpu

.github/workflows/job_build_linux.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
# Upload build artifacts and logs
257257
#
258258
- name: Upload build logs
259-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
259+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
260260
if: always()
261261
with:
262262
name: build_logs
@@ -265,55 +265,55 @@ jobs:
265265

266266
- name: Upload openvino package
267267
if: ${{ always() }}
268-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
268+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
269269
with:
270270
name: openvino_package
271271
path: ${{ env.BUILD_DIR }}/openvino_package.tar.gz
272272
if-no-files-found: 'error'
273273

274274
- name: Upload openvino wheels
275275
if: ${{ inputs.os != 'debian_10' && inputs.arch != 'arm' }}
276-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
276+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
277277
with:
278278
name: openvino_wheels
279279
path: ${{ env.INSTALL_WHEELS_DIR }}/wheels/*.whl
280280
if-no-files-found: 'error'
281281

282282
- name: Upload openvino js package
283283
if: ${{ fromJSON(inputs.affected-components).JS_API && inputs.build-js }}
284-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
284+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
285285
with:
286286
name: openvino_js_package
287287
path: ${{ env.BUILD_DIR }}/openvino_js_package.tar.gz
288288
if-no-files-found: 'error'
289289

290290
- name: Upload openvino developer package
291291
if: ${{ always() }}
292-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
292+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
293293
with:
294294
name: openvino_developer_package
295295
path: ${{ env.BUILD_DIR }}/openvino_developer_package.tar.gz
296296
if-no-files-found: 'error'
297297

298298
- name: Upload openvino RPM packages
299299
if: ${{ inputs.build-rpm-packages }}
300-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
300+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
301301
with:
302302
name: openvino_rpm_packages
303303
path: ${{ env.BUILD_DIR }}/*.rpm
304304
if-no-files-found: 'error'
305305

306306
- name: Upload openvino debian packages
307307
if: ${{ inputs.build-debian-packages }}
308-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
308+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
309309
with:
310310
name: openvino_debian_packages
311311
path: ${{ env.BUILD_DIR }}/*.deb
312312
if-no-files-found: 'error'
313313

314314
- name: Upload openvino tests package
315315
if: ${{ always() }}
316-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
316+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
317317
with:
318318
name: openvino_tests
319319
path: ${{ env.BUILD_DIR }}/openvino_tests.tar.gz

.github/workflows/job_build_windows.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -281,30 +281,30 @@ jobs:
281281
#
282282

283283
- name: Upload openvino package
284-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
284+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
285285
with:
286286
name: openvino_package
287287
path: ${{ env.BUILD_DIR }}/openvino_package.zip
288288
if-no-files-found: 'error'
289289

290290
- name: Upload openvino wheels
291291
if: ${{ inputs.build-type != 'Debug' }}
292-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
292+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
293293
with:
294294
name: openvino_wheels
295295
path: ${{ env.INSTALL_WHEELS_DIR }}/wheels/*.whl
296296
if-no-files-found: 'error'
297297

298298
- name: Upload openvino tests package
299-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
299+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
300300
with:
301301
name: openvino_tests
302302
path: ${{ env.BUILD_DIR }}/openvino_tests.zip
303303
if-no-files-found: 'error'
304304

305305
- name: Upload openvino js package
306306
if: ${{ fromJSON(inputs.affected-components).JS_API }}
307-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
307+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
308308
with:
309309
name: openvino_js_package
310310
path: ${{ env.BUILD_DIR }}/openvino_js_package.zip

.github/workflows/job_cpu_functional_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
key: ${{ runner.os }}-${{ runner.arch }}-tests-functional-cpu-stamp-${{ github.sha }}
118118

119119
- name: Upload Test Results
120-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
120+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
121121
if: always()
122122
with:
123123
name: test-results-functional-cpu

.github/workflows/job_cxx_unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
${{ env.INSTALL_TEST_DIR }}/ov_hetero_func_tests --gtest_print_time=1 --gtest_output=xml:${{ env.INSTALL_TEST_DIR }}/TEST-OVHeteroFuncTests.xml --gtest_filter="*smoke*"
276276
277277
- name: Upload Test Results
278-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
278+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
279279
if: ${{ !cancelled() }}
280280
with:
281281
name: test-results-cpp

.github/workflows/job_gpu_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
129129
130130
- name: Upload Test Results
131-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
131+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
132132
if: always()
133133
with:
134134
name: test-results-${{ inputs.test_type }}-${{ inputs.device }}

.github/workflows/job_jax_layer_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
PARALLEL: ${{ runner.os == 'Windows' && ' ' || '-n logical'}}
124124

125125
- name: Upload Test Results
126-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
126+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
127127
if: ${{ !cancelled() }}
128128
with:
129129
name: test-results-python-jax-layers

.github/workflows/job_jax_models_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
TEST_DEVICE: CPU
102102

103103
- name: Upload Test Results
104-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
104+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
105105
if: ${{ !cancelled() }}
106106
with:
107107
name: test-results-jax-models-${{ inputs.model_scope }}

.github/workflows/job_onnx_models_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
python3 -m pytest --backend="CPU" --model_zoo_dir="${MODELS_SHARE_PATH}" ${INSTALL_TEST_DIR}/onnx/tests/tests_python/test_zoo_models.py -v -n auto --forked -k 'not _cuda' --model_zoo_xfail
110110
111111
- name: Upload logs from pytest
112-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
112+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
113113
if: always()
114114
with:
115115
name: onnx_models_tests_logs

.github/workflows/job_python_api_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
python3 ${OPENVINO_REPO}/docs/articles_en/assets/snippets/main.py
142142
143143
- name: Upload Test Results
144-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
144+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
145145
if: ${{ !cancelled() }}
146146
with:
147147
name: test-results-python-api-${{ inputs.python-version }}

.github/workflows/job_python_unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
TEST_PRECISION: FP16
171171

172172
- name: Upload Test Results
173-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
173+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
174174
if: ${{ !cancelled() }}
175175
with:
176176
name: test-results-python

.github/workflows/job_pytorch_layer_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
PYTORCH_TRACING_MODE: TORCHFX
143143

144144
- name: Upload Test Results
145-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
145+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
146146
if: ${{ !cancelled() }}
147147
with:
148148
name: test-results-python-pytorch-layers

.github/workflows/job_pytorch_models_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
df -h
183183
184184
- name: Upload Test Results
185-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
185+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
186186
if: ${{ !cancelled() }}
187187
with:
188188
name: test-results-torch-models-${{ inputs.model_scope }}

.github/workflows/job_tensorflow_layer_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
TEST_PRECISION: FP16
139139

140140
- name: Upload Test Results
141-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
141+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
142142
if: ${{ !cancelled() }}
143143
with:
144144
name: test-results-python-tf-layers

.github/workflows/job_tensorflow_models_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
TEST_DEVICE: CPU
109109

110110
- name: Upload Test Results
111-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
111+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
112112
if: ${{ !cancelled() }}
113113
with:
114114
name: test-results-tensorflow-models-${{ inputs.model_scope }}

.github/workflows/job_tokenizers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Upload openvino tokenizers wheel
132132
if: ${{ always() }}
133-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
133+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
134134
with:
135135
name: openvino_tokenizers_wheel
136136
path: ${{ env.EXTENSION_BUILD_DIR }}/*.whl

.github/workflows/linux_conditional_compilation.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
# Upload build artifacts and logs
230230
#
231231
- name: Upload build logs
232-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
232+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
233233
if: always()
234234
with:
235235
name: build_logs
@@ -238,23 +238,23 @@ jobs:
238238

239239
- name: Upload openvino package
240240
if: ${{ always() }}
241-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
241+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
242242
with:
243243
name: openvino_package
244244
path: ${{ env.BUILD_DIR }}/openvino_package.tar.gz
245245
if-no-files-found: 'error'
246246

247247
- name: Upload selective build statistics package
248248
if: ${{ always() }}
249-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
249+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
250250
with:
251251
name: openvino_selective_build_stat
252252
path: ${{ env.BUILD_DIR }}/openvino_selective_build_stat.tar.gz
253253
if-no-files-found: 'error'
254254

255255
- name: Upload OpenVINO tests package
256256
if: ${{ always() }}
257-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
257+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
258258
with:
259259
name: openvino_tests
260260
path: ${{ env.BUILD_DIR }}/openvino_tests.tar.gz

.github/workflows/linux_riscv_xuantie_dev_cpu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,15 @@ jobs:
185185

186186
- name: Upload openvino package
187187
if: ${{ always() }}
188-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
188+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
189189
with:
190190
name: openvino_package
191191
path: ${{ env.BUILD_DIR }}/openvino_package.tar.gz
192192
if-no-files-found: 'error'
193193

194194
- name: Upload openvino tests package
195195
if: ${{ always() }}
196-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
196+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
197197
with:
198198
name: openvino_tests
199199
path: ${{ env.BUILD_DIR }}/openvino_tests.tar.gz

.github/workflows/linux_sanitizers.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -210,23 +210,23 @@ jobs:
210210
#
211211
- name: Upload sccache log
212212
if: ${{ always() }}
213-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
213+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
214214
with:
215215
name: sccache_log_${{ matrix.SANITIZER }}
216216
path: ${{ env.SCCACHE_ERROR_LOG }}
217217
if-no-files-found: 'error'
218218

219219
- name: Upload openvino package
220220
if: ${{ always() }}
221-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
221+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
222222
with:
223223
name: openvino_package_${{ matrix.SANITIZER }}
224224
path: ${{ env.BUILD_DIR }}/openvino_package.tar.gz
225225
if-no-files-found: 'error'
226226

227227
- name: Upload openvino tests package
228228
if: ${{ always() }}
229-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
229+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
230230
with:
231231
name: openvino_tests_${{ matrix.SANITIZER }}
232232
path: ${{ env.BUILD_DIR }}/openvino_tests.tar.gz
@@ -480,7 +480,7 @@ jobs:
480480
${INSTALL_TEST_DIR}/ov_hetero_func_tests --gtest_print_time=1 --gtest_output=xml:${INSTALL_TEST_DIR}/TEST-OVHeteroFuncTests.xml --gtest_filter="*smoke*"
481481
482482
- name: Upload Test Results
483-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
483+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
484484
if: ${{ !cancelled() }}
485485
with:
486486
name: test-results-cpp_${{ matrix.SANITIZER }}

0 commit comments

Comments
 (0)