From 628b43600f3870fcef1a34e73adbdb7b6615514d Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Mon, 24 Jun 2024 18:11:48 +0200 Subject: [PATCH] Update docs.yaml update actions libs to v2 --- .github/workflows/docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 46b921a..bf474cb 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -32,9 +32,9 @@ jobs: - name: Build Doxygen Site run: cmake --build build --target docs - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v2 with: path: build/docs/html - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v2