chore(deps): update actions/download-artifact action to v4 #116

Merged
rainote merged 1 commit from renovate/actions-download-artifact-4.x into master 2024-02-01 09:27:08 +00:00

View file

@ -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 }}