diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5a7d61d..202d1c6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -55,7 +55,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v6 - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: build - name: Deploy to GitHub Pages