From 4167ff5b195446f276e1d21fdac120448eecf01a Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:32:18 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to b4b15b8 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b300de..9466d9e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,7 @@ jobs: conda build --no-test conda-recipe mv $CONDA/conda-bld . - name: Upload the build artifact - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 with: name: package-${{ github.sha }} path: conda-bld