From 7b572c0e1d7742f054cf7b0de84bda1165dfc102 Mon Sep 17 00:00:00 2001 From: "Michael C. Grant" Date: Sun, 3 Mar 2024 21:07:36 -0600 Subject: [PATCH] revert to upload-artifact@v3 --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 13d6ebe..df3e628 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,7 +83,8 @@ jobs: mv $CONDA_ROOT/conda-bld . - name: Upload the build artifact if: github.event_name == 'push' - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4 + # Do not use v4 until merge behavior can be rebuilt + uses: actions/upload-artifact@v3 with: # By uploading to the same artifact we can download all of the packages # and upload them all to anaconda.org in a single job