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
2 changes: 1 addition & 1 deletion .github/workflows/linux_cuda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_tensorrt_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-web-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down