Update upload-artifact to v4

This contains a breaking change around artifact merging no longer being
done. This was not relied on, so it's fine.
This commit is contained in:
Nilstrieb 2024-03-23 17:06:02 +01:00
parent c3b05c6e5b
commit 24a0d7daff
3 changed files with 6 additions and 6 deletions

View file

@ -261,7 +261,7 @@ x--expand-yaml-anchors--remove:
<<: *step
- name: upload artifacts to github
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
# name is set in previous step
name: ${{ env.DOC_ARTIFACT_NAME }}