From d36122c95c3fa1da2092d394f56bd10fceff9d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 10:31:27 +0000 Subject: [PATCH] Bump actions/download-artifact from 6.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/018cc2cf5baa6db3ef3c5f8a56943fffe632ef53...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/job_tests_compilation_linux.yml | 2 +- .github/workflows/job_tests_unit_plugin_linux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/job_tests_compilation_linux.yml b/.github/workflows/job_tests_compilation_linux.yml index 82aa212597..0095db43bc 100644 --- a/.github/workflows/job_tests_compilation_linux.yml +++ b/.github/workflows/job_tests_compilation_linux.yml @@ -72,7 +72,7 @@ jobs: - name: Download artifacts if: ${{ !(matrix.npu-platform == 'NPU.5020' && inputs.compiler-type == 'DRIVER') }} - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: ${{ inputs.install-package }} path: ${{ env.INSTALL_PACKAGE_DIR }} diff --git a/.github/workflows/job_tests_unit_plugin_linux.yml b/.github/workflows/job_tests_unit_plugin_linux.yml index 9e5be04a14..c307f6909e 100644 --- a/.github/workflows/job_tests_unit_plugin_linux.yml +++ b/.github/workflows/job_tests_unit_plugin_linux.yml @@ -42,7 +42,7 @@ jobs: timeout-minutes: 60 steps: - name: Download artifacts - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: ${{ inputs.install-package }} path: ${{ env.OPENVINO_INSTALL_DIR }}