From f6c9b601d3d9988e5c0ab0628025cff925facfbb Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Tue, 19 Dec 2023 16:34:54 +0100 Subject: [PATCH] Revert "Update apiref.yml" This reverts commit 23d546444c54b7234e081741d1499ac740f4e071. --- .github/workflows/apiref.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apiref.yml b/.github/workflows/apiref.yml index a315a699..85f91693 100644 --- a/.github/workflows/apiref.yml +++ b/.github/workflows/apiref.yml @@ -42,7 +42,7 @@ jobs: run: "cp apigen/favicon.png docs/favicon.png" - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v2 with: path: 'docs' @@ -63,4 +63,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v2