Github Actions Break

And on top of everything — the GitHub Actions for publishing the blog broke.

GitHub deprecated something, I didn’t touch a thing, but everything went down. A quick search turned up a fix — it’s not a big one, but it’s annoying. What’s even more annoying is that the industry seems to keep drifting further and further away from stability…

The fix I found here

In .github/workflows/publish.yaml…

Old valueNew value
actions/cache@v3actions/cache@v4
actions/configure-pages@v3actions/configure-pages@v5
actions/deploy-pages@v2actions/deploy-pages@v4
actions/upload-pages-artifact@v2actions/upload-pages-artifact@v3
peaceiris/actions-hugo@v2peaceiris/actions-hugo@v3
comments powered by Disqus