diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e0ee153..b671e6e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -60,7 +60,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v4 - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: build - name: Deploy to GitHub Pages