From f94dde09d5191c61c9031f205dbbd101c5abc626 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" Date: Mon, 4 Mar 2024 03:21:05 +0000 Subject: [PATCH] chore(deps): pin actions/upload-artifact action to a8a3f3a --- .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 df3e628..cd6fb1b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -84,7 +84,7 @@ jobs: - name: Upload the build artifact if: github.event_name == 'push' # Do not use v4 until merge behavior can be rebuilt - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # 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