diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f9d171d4..046ede883 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.1.7 with: name: docs-pdf - name: Load HTML docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docs-html