Skip to content

Commit 1a78107

Browse files
chore(deps): update actions/download-artifact digest to d3f86a1
1 parent 5d81269 commit 1a78107

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
source $CONDA/bin/activate
2525
conda create -n build --file ./etc/build.linux-64.lock
2626
- name: Download the build artifacts
27-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4
27+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
2828
with:
2929
name: anaconda-ai-conda-${{ github.sha }}
3030
path: ~/anaconda-ai-conda-bld
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
fetch-depth: 0
5555
- name: Download the build artifacts
56-
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4
56+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
5757
with:
5858
name: anaconda-ai-wheel-${{ github.sha }}
5959
path: ~/dist

0 commit comments

Comments
 (0)