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:
parent
c3b05c6e5b
commit
24a0d7daff
3 changed files with 6 additions and 6 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue