We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d81269 commit 1a78107Copy full SHA for 1a78107
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
source $CONDA/bin/activate
25
conda create -n build --file ./etc/build.linux-64.lock
26
- name: Download the build artifacts
27
- uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4
+ uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
28
with:
29
name: anaconda-ai-conda-${{ github.sha }}
30
path: ~/anaconda-ai-conda-bld
@@ -53,7 +53,7 @@ jobs:
53
54
fetch-depth: 0
55
56
57
58
name: anaconda-ai-wheel-${{ github.sha }}
59
path: ~/dist
0 commit comments