From 2bdc0279c2d5cb4fe001ab6b6d0a0e61f6d90846 Mon Sep 17 00:00:00 2001 From: Fabricio Aguiar Date: Thu, 23 Jan 2025 12:11:23 -0300 Subject: [PATCH] Update actions Signed-off-by: Fabricio Aguiar --- .github/workflows/documentation.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 4fab056eb..56c274ab8 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -26,7 +26,7 @@ jobs: steps: - name: Setup Pages id: pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Checkout uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 @@ -43,7 +43,7 @@ jobs: docs/build-docs.sh - name: Upload artifacts if: ${{ github.ref == 'refs/heads/main' }} - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: docs/build/html/ deploy: @@ -57,4 +57,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment if: ${{ github.ref == 'refs/heads/main' }} - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4