chore(deps): update actions/download-artifact action to v4
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 32s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / sbom-scan (push) Successful in 31s
Build, Package and Push Images / container-build (push) Successful in 2m4s
Build, Package and Push Images / container-sbom-scan (push) Successful in 49s
Build, Package and Push Images / generate-licences (push) Successful in 1m2s

Signed-off-by: noreply@rainote.dev
This commit is contained in:
renovate-bot 2024-02-01 09:16:57 +00:00
parent 8e35773d45
commit 30278221f4

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