Skip to content

Commit 1b75411

Browse files
Bump actions/download-artifact from 4 to 5 (microsoft#25712)
1 parent dfab5bf commit 1b75411

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/linux_cuda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
# --- Download Build Artifact to Runner Temp Directory ---
6565
- name: Download Build Artifact
66-
uses: actions/download-artifact@v4
66+
uses: actions/download-artifact@v5
6767
with:
6868
name: build-output-x64-Release # Must match the upload name
6969
path: ${{ runner.temp }}/Release # Download contents into temp dir structure

.github/workflows/linux_minimal_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ jobs:
582582
with:
583583
node-version: 20
584584
- name: Download Test Data Artifact
585-
uses: actions/download-artifact@v4
585+
uses: actions/download-artifact@v5
586586
with:
587587
name: test_data
588588
path: ${{ runner.temp }}/.test_data/

.github/workflows/linux_tensorrt_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
# --- Download Build Artifact to Runner Temp Directory ---
6767
- name: Download Build Artifact
68-
uses: actions/download-artifact@v4
68+
uses: actions/download-artifact@v5
6969
with:
7070
name: build-output-x64-Release # Must match the upload name
7171
path: ${{ runner.temp }}/Release # Download contents into temp dir structure

.github/workflows/windows-web-ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
node-version: "20.x"
6868

6969
- name: Download WebAssembly artifacts
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v5
7171
with:
7272
name: ${{ inputs.build_config }}_wasm
7373
path: ${{ github.workspace }}/artifacts_wasm

.github/workflows/windows_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
submodules: 'none'
159159

160160
- name: Download build artifacts
161-
uses: actions/download-artifact@v4
161+
uses: actions/download-artifact@v5
162162
with:
163163
name: build-artifacts
164164
path: ${{ runner.temp }}\build

.github/workflows/windows_tensorrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
submodules: 'none'
164164

165165
- name: Download build artifacts
166-
uses: actions/download-artifact@v4
166+
uses: actions/download-artifact@v5
167167
with:
168168
name: build-artifacts
169169
path: ${{ runner.temp }}\build

0 commit comments

Comments
 (0)