From b247936b36907b0f3d0e5d6725cfe3d175de4067 Mon Sep 17 00:00:00 2001 From: Terry Burton Date: Tue, 3 Sep 2024 23:57:04 +0100 Subject: [PATCH] CI: Bump download-artifact action to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f9d171d4..d7e688cd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -371,12 +371,12 @@ jobs: make -j `nproc` release - name: Load PDF docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: docs-pdf - name: Load HTML docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: docs-html