diff --git a/.github/workflows/api-viewer.yml b/.github/workflows/api-viewer.yml index b40222da7..49a04258e 100644 --- a/.github/workflows/api-viewer.yml +++ b/.github/workflows/api-viewer.yml @@ -32,7 +32,7 @@ jobs: java-version: '11' cache: 'maven' - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Build API viewer run: mvn -B -V -e -ntp -Pquick-build clean verify - name: Upload artifact