Skip to content

Commit 40c2016

Browse files
chore(deps): update actions/download-artifact digest to d3f86a1
1 parent 713072c commit 40c2016

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
@@ -55,7 +55,7 @@ jobs:
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
@@ -91,7 +91,7 @@ jobs:
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

0 commit comments

Comments
 (0)