diff --git a/.github/workflows/generate-system-calls-html.yml b/.github/workflows/generate-system-calls-html.yml index 38f3d9a..f247f0e 100644 --- a/.github/workflows/generate-system-calls-html.yml +++ b/.github/workflows/generate-system-calls-html.yml @@ -39,7 +39,7 @@ jobs: python3 examples/generate-html-table.py > out/syscalls.html - name: Configure GitHub Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Upload Artifact uses: actions/upload-pages-artifact@v3