From a27a1f16f7076ba8d82faef556c06ad754644849 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 9 Jun 2024 09:52:22 +0100 Subject: [PATCH] Not sure why there was a v1 download there --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a7edfef..1c1d72d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4 with: name: docs