Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
mkdocs -v build

- name: Upload meta descriptions artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you rely on older GHES or self-hosted runners pinned to older Node versions, consider keeping v4 or adding a conditional to use v4 for those runners to avoid runtime failures. Alternatively, test on a representative self-hosted runner before promoting widely.

with:
name: meta-descriptions
path: ./site/meta-descriptions.csv
Expand Down