File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments