diff --git a/.github/workflows/macos-ci-build-and-test-workflow.yml b/.github/workflows/macos-ci-build-and-test-workflow.yml index 8e1d0264496f6..2f005d390ddac 100644 --- a/.github/workflows/macos-ci-build-and-test-workflow.yml +++ b/.github/workflows/macos-ci-build-and-test-workflow.yml @@ -93,7 +93,7 @@ jobs: xcode_version: ${{ env.xcode_version }} use_cache: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/ diff --git a/.github/workflows/windows-web-ci-workflow.yml b/.github/workflows/windows-web-ci-workflow.yml index febc84ad4c86d..961bbc0483db9 100644 --- a/.github/workflows/windows-web-ci-workflow.yml +++ b/.github/workflows/windows-web-ci-workflow.yml @@ -99,7 +99,7 @@ jobs: run: npm ci working-directory: ${{ github.workspace }}/js/web - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/ diff --git a/.github/workflows/windows_cuda.yml b/.github/workflows/windows_cuda.yml index 5821dcf6cebf7..7e96d5bb327b2 100644 --- a/.github/workflows/windows_cuda.yml +++ b/.github/workflows/windows_cuda.yml @@ -70,7 +70,7 @@ jobs: java-version: '17' architecture: x64 - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/ diff --git a/.github/workflows/windows_tensorrt.yml b/.github/workflows/windows_tensorrt.yml index 5823194af4a1f..4b08ae3361fc2 100644 --- a/.github/workflows/windows_tensorrt.yml +++ b/.github/workflows/windows_tensorrt.yml @@ -75,7 +75,7 @@ jobs: java-version: '17' architecture: x64 - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/ diff --git a/.github/workflows/windows_webgpu.yml b/.github/workflows/windows_webgpu.yml index e515ffce09833..872d3b182c310 100644 --- a/.github/workflows/windows_webgpu.yml +++ b/.github/workflows/windows_webgpu.yml @@ -99,7 +99,7 @@ jobs: shell: cmd working-directory: ${{ github.workspace }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/ diff --git a/.github/workflows/windows_x64_debug_build_x64_debug.yml b/.github/workflows/windows_x64_debug_build_x64_debug.yml index 4fa539fc81c3e..6dbf22b8245a6 100644 --- a/.github/workflows/windows_x64_debug_build_x64_debug.yml +++ b/.github/workflows/windows_x64_debug_build_x64_debug.yml @@ -80,7 +80,7 @@ jobs: run: | nuget restore ${{ github.workspace }}\packages.config -PackagesDirectory ${{ github.workspace }}\build\Debug -ConfigFile ${{ github.workspace }}\NuGet.config - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/ diff --git a/.github/workflows/windows_x64_release_build_x64_release.yml b/.github/workflows/windows_x64_release_build_x64_release.yml index d429a02947fca..bf00f7ffb23d0 100644 --- a/.github/workflows/windows_x64_release_build_x64_release.yml +++ b/.github/workflows/windows_x64_release_build_x64_release.yml @@ -80,7 +80,7 @@ jobs: run: | nuget restore ${{ github.workspace }}\packages.config -PackagesDirectory ${{ github.workspace }}\build\RelWithDebInfo -ConfigFile ${{ github.workspace }}\NuGet.config - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: onnx-node-tests-cache with: path: ${{ github.workspace }}/js/test/