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
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')

steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
pattern: build-*
path: dist
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
with:
name: docs
path: docs-latest
Expand Down
Loading