From 70e0594fdc096c88d65331b2436a82506ba6c0a2 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" Date: Mon, 22 Apr 2024 22:59:48 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact digest to 9c19ed7 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0dbcf71..e75c04d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -89,7 +89,7 @@ jobs: echo "PACKAGE SUFFIX: $sfx" echo "CONDA_ROOT: $CONDA_ROOT" - name: Retrieve the build artfiact - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4 + uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4 with: name: package-${{ github.sha }} path: conda-bld @@ -123,7 +123,7 @@ jobs: with: fetch-depth: 0 - name: Retrieve the artfiact - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4 + uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4 with: name: package-${{ github.sha }} path: conda-bld