chore(deps): update actions/download-artifact action to v4
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 4s
Build, Package and Push Images / build (push) Successful in 2m50s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / sbom-scan (push) Successful in 32s
Build, Package and Push Images / container-build (push) Successful in 1m42s
Build, Package and Push Images / container-sbom-scan (push) Successful in 38s
Build, Package and Push Images / generate-licences (push) Failing after 50s

Signed-off-by: noreply@rainote.dev
This commit is contained in:
renovate-bot 2024-02-01 08:41:41 +00:00
parent 82e65f9590
commit 9d9902cc5e

View file

@ -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@6b208ae046db98c579e8a3aa621ab581ff575935 # v4
with: with:
name: wiki.zip name: wiki.zip
path: ${{ github.workspace }} path: ${{ github.workspace }}