File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 - run : ./ci/build-test/conda.sh
2020 env :
2121 RELEASE_VERSION : ${{ inputs.release_version }}
22- - uses : actions/upload-artifact@v4
22+ - uses : actions/upload-artifact@v5
2323 with :
2424 name : conda_artifacts
2525 path : ${{ env.OUTPUT_DIR }}
3434 - run : ./ci/build-test/wheel.sh
3535 env :
3636 RELEASE_VERSION : ${{ inputs.release_version }}
37- - uses : actions/upload-artifact@v4
37+ - uses : actions/upload-artifact@v5
3838 with :
3939 name : wheel_artifacts
4040 path : ${{ env.OUTPUT_DIR }}
Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
4646 fetch-depth : 0
4747 persist-credentials : false
4848 - name : Download Conda Artifacts
49- uses : actions/download-artifact@v5
49+ uses : actions/download-artifact@v6
5050 with :
5151 name : conda_artifacts
5252 path : ${{ env.CONDA_OUTPUT_DIR }}
5353 - name : Download Wheel Artifacts
54- uses : actions/download-artifact@v5
54+ uses : actions/download-artifact@v6
5555 with :
5656 name : wheel_artifacts
5757 path : ${{ env.WHEEL_OUTPUT_DIR }}
You can’t perform that action at this time.
0 commit comments