chore(deps): update actions/download-artifact action to v4
Signed-off-by: noreply@rainote.dev
This commit is contained in:
parent
f12d070409
commit
328821be89
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Retrieve docs artifact
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: wiki.zip
|
||||
path: ${{ github.workspace }}
|
||||
|
|
Loading…
Reference in a new issue