From f82910aff99b47a2a0f9aa1e3f7fbdd47498e3d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Antonio=20Garc=C3=ADa?= <80903717+juanangp@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:11:44 +0100 Subject: [PATCH] Update artifacts in documentation --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index df2708993..96e910b30 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -47,10 +47,10 @@ jobs: doxygen REST.conf - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: doc/doxygen/html - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4