diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b93f928..15452c1 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -47,4 +47,4 @@ jobs: path: target/doc - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action + uses: actions/deploy-pages@v5 # or specific "vX.X.X" version tag for this action