Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/job_build_cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Restore CiD artifacts from cache
if: ${{ inputs.build-cache }}
id: cache-restore
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
key: ${{ steps.cache-key.outputs.cache-key }}
path: ${{ env.CID_PACKAGE_ARTIFACTS_DIR }}
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:

- name: Cache CiD artifacts
if: ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }}
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
path: ${{ env.CID_PACKAGE_ARTIFACTS_DIR }}
key: ${{ steps.cache-key.outputs.cache-key }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job_build_drv_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Restore Driver package from cache
if: ${{ inputs.build-cache }}
id: cache-restore
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
key: ${{ steps.cache-key.outputs.cache-key }}
path: ${{ env.NPU_DRIVER_INSTALL_DIR }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

- name: Cache artifacts
if: ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }}
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
path: ${{ env.NPU_DRIVER_INSTALL_DIR }}
key: ${{ steps.cache-key.outputs.cache-key }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job_build_plugin_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Restore OpenVINO/NPU package from cache
if: ${{ inputs.build-cache }}
id: cache-restore
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
key: ${{ steps.cache-key.outputs.cache-key }}
path: ${{ env.OPENVINO_INSTALL_DIR }}
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:

- name: Cache artifacts
if: ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }}
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
path: ${{ env.OPENVINO_INSTALL_DIR }}
key: ${{ steps.cache-key.outputs.cache-key }}
Expand Down
Loading