diff --git a/.github/workflows/sloc.yml b/.github/workflows/sloc.yml index 8d60839..cf1ec0a 100644 --- a/.github/workflows/sloc.yml +++ b/.github/workflows/sloc.yml @@ -35,7 +35,7 @@ jobs: - uses: kaihendry/lesshero@v0.1.4 - run: mkdir "_site" && mv lesshero.html _site/index.html - name: Upload artifact # TODO: we want to ideally upload one file, not overwrite the whole site! - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4