diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d0a8a3..f44be09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -206,7 +206,7 @@ jobs: with: name: build-artifacts - name: Upload artifact - uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0 + uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0 with: path: 'docs/asciidoc' - name: Deploy to GitHub Pages