From 56d8149ccd9c11cdf3b53fdb51a2c6e40ef800a7 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Fri, 11 Oct 2024 16:48:09 +0000 Subject: [PATCH] Actually fix build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90e2b293..7533da4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-22.04 if: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }} steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: site path: _site