File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 source $CONDA/bin/activate
2727 conda create -n build --file ./etc/build.linux-64.lock
2828 - name : Download the build artifacts
29- uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4
29+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
3030 with :
3131 name : anaconda-ai-conda-${{ github.sha }}
3232 path : ~/anaconda-ai-conda-bld
5555 with :
5656 fetch-depth : 0
5757 - name : Download the build artifacts
58- uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4
58+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
5959 with :
6060 name : anaconda-ai-wheel-${{ github.sha }}
6161 path : ~/dist
9191 - name : Setup Python
9292 uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
9393 - name : Download the build artifacts
94- uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4
94+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
9595 with :
9696 name : anaconda-ai-wheel-${{ github.sha }}
9797 path : ./dist
You can’t perform that action at this time.
0 commit comments