diff --git a/.github/workflows/api-viewer.yml b/.github/workflows/api-viewer.yml index 56e402863..a3eda63de 100644 --- a/.github/workflows/api-viewer.yml +++ b/.github/workflows/api-viewer.yml @@ -35,7 +35,7 @@ jobs: - name: Build API viewer run: mvn -B -V -e -ntp -Pquick-build clean verify - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: ./job-dsl-plugin/target/gh-pages