From 25f97c6c99377b53be043c751aeef4760684692f 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:11:29 +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 4e4bce7..ca492c0 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