From 346be4ded4c19afb797cb6e5c6b4d0347933973e Mon Sep 17 00:00:00 2001 From: Craig Gidney Date: Mon, 9 Sep 2024 21:54:47 -0700 Subject: [PATCH] revert --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b22c5327..3c6709c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,7 +185,7 @@ jobs: if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v2 with: name: dist path: dist