From edad94d1e8b1e5a3d1b963d28261cec55ff19ae3 Mon Sep 17 00:00:00 2001 From: Craig Gidney Date: Mon, 9 Sep 2024 21:52:45 -0700 Subject: [PATCH] Update ci.yml --- .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