chore(deps): update actions/download-artifact action to v4 #116
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ jobs:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: Retrieve docs artifact
|
- name: Retrieve docs artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wiki.zip
|
name: wiki.zip
|
||||||
path: ${{ github.workspace }}
|
path: ${{ github.workspace }}
|
||||||
|
|
Loading…
Reference in a new issue