diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39bc9d0a..e9c0554c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,12 +42,7 @@ jobs: --command linkchecker built-site - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: www.haskell.org - path: built-site* # Uses glob pattern because - # actions/upload-artifact@v2 gets - # confused by symlinks otherwise - # - # See: - # https://github.com/actions/upload-artifact/issues/92 + path: built-site* diff --git a/builder/haskell-org.cabal b/builder/haskell-org.cabal index 0077bf69..c288fdd1 100644 --- a/builder/haskell-org.cabal +++ b/builder/haskell-org.cabal @@ -9,7 +9,7 @@ executable haskell-org-site main-is: site.hs other-modules: Testimonial build-depends: base == 4.* - , hakyll >=4.12 && <4.16 + , hakyll >=4.12 && <4.17 , aeson , binary , bytestring diff --git a/site/templates/nav.html b/site/templates/nav.html index a1760765..d7af6acb 100644 --- a/site/templates/nav.html +++ b/site/templates/nav.html @@ -15,6 +15,7 @@