diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f88917a..a1e9052 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: run: nim -d:ssl --outdir:./htmldocs doc --project src/yahttp.nim - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload artifact uses: actions/upload-pages-artifact@v4