diff --git a/.github/workflows/asciidoc.yml b/.github/workflows/asciidoc.yml index 44ee2722..d5c18ae0 100644 --- a/.github/workflows/asciidoc.yml +++ b/.github/workflows/asciidoc.yml @@ -47,7 +47,7 @@ jobs: environment: github-pages-branch steps: - name: Download documentation artifact into ./public - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: docs-${{ github.sha }} path: public