diff --git a/.github/workflows/linux_cuda_ci.yml b/.github/workflows/linux_cuda_ci.yml index 23b6a9e752..71281984d2 100644 --- a/.github/workflows/linux_cuda_ci.yml +++ b/.github/workflows/linux_cuda_ci.yml @@ -72,7 +72,7 @@ jobs: # --- Download Build Artifact to Runner Temp Directory --- - name: Download Build Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build-output-x64-Release # Must match the upload name path: ${{ runner.temp }}/Release # Download contents into temp dir structure diff --git a/.github/workflows/linux_tensorrt_ci.yml b/.github/workflows/linux_tensorrt_ci.yml index 9440003ddf..bef727ad3f 100644 --- a/.github/workflows/linux_tensorrt_ci.yml +++ b/.github/workflows/linux_tensorrt_ci.yml @@ -72,7 +72,7 @@ jobs: # --- Download Build Artifact to Runner Temp Directory --- - name: Download Build Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build-output-x64-Release # Must match the upload name path: ${{ runner.temp }}/Release # Download contents into temp dir structure diff --git a/.github/workflows/windows-web-ci-workflow.yml b/.github/workflows/windows-web-ci-workflow.yml index ce0e5167eb..ab239fd9a7 100644 --- a/.github/workflows/windows-web-ci-workflow.yml +++ b/.github/workflows/windows-web-ci-workflow.yml @@ -70,7 +70,7 @@ jobs: node-version: "20.x" - name: Download WebAssembly artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.build_config }}_wasm path: ${{ github.workspace }}/artifacts_wasm @@ -171,7 +171,7 @@ jobs: # WebGPU EP tests - name: Download WebAssembly WebGPU artifacts if: ${{ inputs.run_webgpu_tests == true }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.build_config }}_wasm_webgpu path: ${{ github.workspace }}/artifacts_wasm_webgpu