Skip to content

Commit 2fc99da

Browse files
Bump actions/download-artifact from 4.1.8 to 4.2.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...95815c3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7faadea commit 2fc99da

27 files changed

+58
-58
lines changed

.github/workflows/dev_cpu_linux_snippets_libxsmm.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,13 @@ jobs:
211211
INSTALL_TEST_DIR: ${{ github.workspace }}/install/tests
212212
steps:
213213
- name: Download OpenVINO package
214-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
214+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
215215
with:
216216
name: openvino_package
217217
path: ${{ env.INSTALL_DIR }}
218218

219219
- name: Download OpenVINO tests package
220-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
220+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
221221
with:
222222
name: openvino_tests
223223
path: ${{ env.INSTALL_TEST_DIR }}
@@ -269,13 +269,13 @@ jobs:
269269
PARALLEL_TEST_SCRIPT: ${{ github.workspace }}/install/tests/functional_test_utils/layer_tests_summary/run_parallel.py
270270
steps:
271271
- name: Download OpenVINO package
272-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
272+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
273273
with:
274274
name: openvino_package
275275
path: ${{ env.INSTALL_DIR }}
276276

277277
- name: Download OpenVINO tests package
278-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
278+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
279279
with:
280280
name: openvino_tests
281281
path: ${{ env.INSTALL_TEST_DIR }}

.github/workflows/fedora_29.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: Download OpenVINO RPM packages
115-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
115+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
116116
with:
117117
name: openvino_rpm_packages
118118
path: ${{ env.RPM_PACKAGES_DIR }}

.github/workflows/job_cpu_functional_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
PARALLEL_TEST_CACHE: ${{ github.workspace }}/install/tests/test_cache.lst
3838
steps:
3939
- name: Download OpenVINO package
40-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
40+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4141
with:
4242
name: openvino_package
4343
path: ${{ env.INSTALL_DIR }}
4444

4545
- name: Download OpenVINO tests package
46-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
46+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4747
with:
4848
name: openvino_tests
4949
path: ${{ env.INSTALL_TEST_DIR }}

.github/workflows/job_cxx_unit_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
SETUPVARS: ${{ contains(inputs.runner, 'win') && 'setupvars.ps1' || 'setupvars.sh' }}
5252
steps:
5353
- name: Download OpenVINO package
54-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
54+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5555
with:
5656
name: openvino_package
5757
path: ${{ env.INSTALL_DIR }}
5858

5959
- name: Download OpenVINO tests package
60-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
60+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
6161
with:
6262
name: openvino_tests
6363
path: ${{ env.INSTALL_TEST_DIR }}

.github/workflows/job_debian_packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo 'Acquire::Retries "10";' > /etc/apt/apt.conf.d/80-retries
3434

3535
- name: Download OpenVINO debian packages
36-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
36+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
3737
with:
3838
name: openvino_debian_packages
3939
path: ${{ env.DEBIAN_PACKAGES_DIR }}

.github/workflows/job_gpu_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
GTEST_PARALLEL_SCRIPT: ${{ github.workspace }}/gtest_parallel.py
3939
steps:
4040
- name: Download OpenVINO package
41-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
41+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4242
with:
4343
name: 'openvino_package'
4444
path: ${{ env.INSTALL_DIR }}
4545

4646
- name: Download OpenVINO tests package
47-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
47+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4848
with:
4949
name: 'openvino_tests'
5050
path: ${{ env.INSTALL_TEST_DIR }}

.github/workflows/job_jax_layer_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
USE_SYSTEM_CACHE: False # Using remote HuggingFace cache
4747
steps:
4848
- name: Download OpenVINO artifacts (tarballs)
49-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
49+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5050
with:
5151
pattern: openvino_[tests]*
5252
path: ${{ env.INSTALL_DIR }}
5353
merge-multiple: true
5454

5555
- name: Download OpenVINO artifacts (wheels)
56-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
56+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5757
with:
5858
pattern: openvino_[wheels]*
5959
path: ${{ env.INSTALL_WHEELS_DIR }}

.github/workflows/job_jax_models_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
USE_SYSTEM_CACHE: False # Using remote HuggingFace cache
3939
steps:
4040
- name: Download OpenVINO artifacts (tarballs)
41-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
41+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4242
with:
4343
pattern: openvino_[tests]*
4444
path: ${{ env.INSTALL_DIR }}
4545
merge-multiple: true
4646

4747
- name: Download OpenVINO artifacts (wheels)
48-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
48+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4949
with:
5050
pattern: openvino_[tokenizers_wheel|wheels]*
5151
path: ${{ env.INSTALL_WHEELS_DIR }}

.github/workflows/job_keras3_backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
ref: 'master'
6969

7070
- name: Download OpenVINO artifacts (wheels)
71-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
71+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
7272
with:
7373
pattern: openvino_[wheels|openvino_tokenizers]*
7474
path: ${{ env.INSTALL_WHEELS_DIR }}

.github/workflows/job_onnx_models_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
if: ${{ github.event_name != 'merge_group' }}
4141
steps:
4242
- name: Download OpenVINO artifacts (tests)
43-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
43+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4444
with:
4545
pattern: openvino_[tests]*
4646
path: ${{ env.INSTALL_DIR }}
4747
merge-multiple: true
4848

4949
- name: Download OpenVINO artifacts (wheels)
50-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
50+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5151
with:
5252
pattern: openvino_[wheels]*
5353
path: ${{ env.INSTALL_WHEELS_DIR }}

.github/workflows/job_onnx_runtime.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Download OpenVINO package
47-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
47+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4848
with:
4949
name: openvino_package
5050
path: ${{ env.INSTALL_DIR }}

.github/workflows/job_openvino_js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "OPENVINO_JS_LIBS_DIR=$GITHUB_WORKSPACE/openvino/src/bindings/js/node/bin" >> "$GITHUB_ENV"
5151
5252
- name: Download OpenVINO artifacts (JS)
53-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
53+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5454
with:
5555
pattern: openvino_[js]*
5656
path: ${{ env.OPENVINO_JS_LIBS_DIR }}

.github/workflows/job_python_api_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
INSTALL_WHEELS_DIR: ${{ github.workspace }}/install/openvino_wheels
4545
steps:
4646
- name: Download OpenVINO artifacts (tarballs and wheels)
47-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
47+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4848
with:
4949
pattern: openvino_@(wheels|tests)
5050
path: ${{ env.INSTALL_DIR }}

.github/workflows/job_python_unit_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545
steps:
4646

4747
- name: Download OpenVINO artifacts (tarballs)
48-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
48+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4949
with:
5050
pattern: openvino_[tests]*
5151
path: ${{ env.INSTALL_DIR }}
5252
merge-multiple: true
5353

5454
- name: Download OpenVINO artifacts (wheels)
55-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
55+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5656
with:
5757
pattern: openvino_[wheels]*
5858
path: ${{ env.INSTALL_WHEELS_DIR }}

.github/workflows/job_pytorch_layer_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
USE_SYSTEM_CACHE: False # Using remote HuggingFace cache
4747
steps:
4848
- name: Download OpenVINO artifacts (tarballs)
49-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
49+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5050
with:
5151
pattern: openvino_[tests]*
5252
path: ${{ env.INSTALL_DIR }}
5353
merge-multiple: true
5454

5555
- name: Download OpenVINO artifacts (wheels)
56-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
56+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5757
with:
5858
pattern: openvino_[wheels]*
5959
path: ${{ env.INSTALL_WHEELS_DIR }}

.github/workflows/job_pytorch_models_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
USE_SYSTEM_CACHE: False # Using remote HuggingFace cache
3939
steps:
4040
- name: Download OpenVINO artifacts (tarballs)
41-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
41+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4242
with:
4343
pattern: openvino_[tests]*
4444
path: ${{ env.INSTALL_DIR }}
4545
merge-multiple: true
4646

4747
- name: Download OpenVINO artifacts (wheels)
48-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
48+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4949
with:
5050
pattern: openvino_[wheels|tokenizers_wheel]*
5151
path: ${{ env.INSTALL_WHEELS_DIR }}

.github/workflows/job_samples_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
CMAKE_COMPILE_WARNING_AS_ERROR: 'ON'
3737
steps:
3838
- name: Download OpenVINO artifacts (tarballs)
39-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
39+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4040
with:
4141
pattern: openvino_[package|tests]*
4242
path: ${{ env.INSTALL_DIR }}
4343
merge-multiple: true
4444

4545
- name: Download OpenVINO artifacts (wheels)
46-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
46+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4747
with:
4848
pattern: openvino_[wheels]*
4949
path: ${{ env.INSTALL_WHEELS_DIR }}

.github/workflows/job_tensorflow_layer_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
USE_SYSTEM_CACHE: False # Using remote HuggingFace cache
4747
steps:
4848
- name: Download OpenVINO artifacts (tarballs)
49-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
49+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5050
with:
5151
pattern: openvino_[tests]*
5252
path: ${{ env.INSTALL_DIR }}
5353
merge-multiple: true
5454

5555
- name: Download OpenVINO artifacts (wheels)
56-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
56+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5757
with:
5858
pattern: openvino_[wheels|openvino_tokenizers]*
5959
path: ${{ env.INSTALL_WHEELS_DIR }}

.github/workflows/job_tensorflow_models_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
USE_SYSTEM_CACHE: False # Using remote HuggingFace cache
4040
steps:
4141
- name: Download OpenVINO artifacts (tarballs)
42-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
42+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4343
with:
4444
pattern: openvino_[tests]*
4545
path: ${{ env.INSTALL_DIR }}
4646
merge-multiple: true
4747

4848
- name: Download OpenVINO artifacts (wheels)
49-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
49+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5050
with:
5151
pattern: openvino_[wheels|tokenizers_wheel]*
5252
path: ${{ env.INSTALL_WHEELS_DIR }}

.github/workflows/job_tokenizers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
ref: ${{ env.TARGET_BRANCH }}
8888

8989
- name: Download OpenVINO artifacts (wheels)
90-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
90+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
9191
with:
9292
pattern: openvino_[wheels]*
9393
path: ${{ env.INSTALL_WHEELS_DIR }}

.github/workflows/linux_conditional_compilation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
ref: ${{ env.TARGET_BRANCH }}
305305

306306
- name: Download selective build statistics package
307-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
307+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
308308
with:
309309
name: openvino_selective_build_stat
310310
path: ${{ env.SELECTIVE_BUILD_STAT_DIR }}

.github/workflows/linux_riscv_xuantie_dev_cpu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217

218218
steps:
219219
- name: Download OpenVINO artifacts (tarballs)
220-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
220+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
221221
with:
222222
pattern: openvino_[package|tests]*
223223
path: ${{ env.INSTALL_DIR }}

.github/workflows/linux_sanitizers.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,13 @@ jobs:
270270

271271
steps:
272272
- name: Download OpenVINO package
273-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
273+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
274274
with:
275275
name: ${{ format('openvino_package_{0}', matrix.SANITIZER) }}
276276
path: ${{ env.INSTALL_DIR }}
277277

278278
- name: Download OpenVINO tests package
279-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
279+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
280280
with:
281281
name: ${{ format('openvino_tests_{0}', matrix.SANITIZER) }}
282282
path: ${{ env.INSTALL_TEST_DIR }}
@@ -528,14 +528,14 @@ jobs:
528528
529529
- name: Download OpenVINO package
530530
if: ${{ steps.check_matrix.conclusion != 'skipped' }}
531-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
531+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
532532
with:
533533
name: ${{ format('openvino_package_{0}', matrix.SANITIZER) }}
534534
path: ${{ env.INSTALL_DIR }}
535535

536536
- name: Download OpenVINO tests package
537537
if: ${{ steps.check_matrix.conclusion != 'skipped' }}
538-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
538+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
539539
with:
540540
name: ${{ format('openvino_tests_{0}', matrix.SANITIZER) }}
541541
path: ${{ env.INSTALL_TEST_DIR }}

.github/workflows/mac.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -448,14 +448,14 @@ jobs:
448448
path: ${{ env.OPENVINO_REPO }}
449449

450450
- name: Download OpenVINO artifacts
451-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
451+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
452452
with:
453453
pattern: "{openvino_package,openvino_developer_package,openvino_js_package,openvino_package_manifest}"
454454
path: ${{ env.ARTIFACTS_DIR }}
455455
merge-multiple: true
456456

457457
- name: Download OpenVINO wheels
458-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
458+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
459459
with:
460460
name: openvino_wheels
461461
path: ${{ env.WHEELS_DIR }}

.github/workflows/ubuntu_22.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ jobs:
167167
#
168168

169169
- name: Download OpenVINO package
170-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
170+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
171171
with:
172172
name: openvino_package
173173
path: ${{ env.INSTALL_DIR }}
174174

175175
- name: Download OpenVINO tests package
176-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
176+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
177177
with:
178178
name: openvino_tests
179179
path: ${{ env.INSTALL_TEST_DIR }}
@@ -468,13 +468,13 @@ jobs:
468468

469469
steps:
470470
- name: Download OpenVINO package
471-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
471+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
472472
with:
473473
name: openvino_package
474474
path: ${{ env.INSTALL_DIR }}
475475

476476
- name: Download OpenVINO Developer package
477-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
477+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
478478
with:
479479
name: openvino_developer_package
480480
path: ${{ env.INSTALL_DIR }}

0 commit comments

Comments
 (0)