diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b300de..b50d324 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -94,7 +94,7 @@ jobs: echo "PACKAGE SUFFIX: $sfx" echo "CONDA_ROOT: $CONDA_ROOT" - name: Retrieve the build artfiact - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: package-${{ github.sha }} path: conda-bld @@ -128,7 +128,7 @@ jobs: with: fetch-depth: 0 - name: Retrieve the artfiact - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: package-${{ github.sha }} path: conda-bld