diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a8379c5f..a4c276d55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: touch .nojekyll - name: 📤 Deploy Javadocs if: github.ref == 'refs/heads/master' - uses: JamesIves/github-pages-deploy-action@4 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages # The branch the action should deploy to. folder: javadocs # The folder the action should deploy.