From c0839916cf3c188c5289f590aa8a8304fdd13930 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:49:25 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 5076954 --- .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 e75c04d..d06d2ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: package-${{ github.sha }} path: conda-bld