Merge pull request 'chore(deps): update actions/download-artifact action to v4' (#116) from renovate/actions-download-artifact-4.x into master
Some checks failed
Build, Package and Push Images / container-sbom-scan (push) Blocked by required conditions
Build, Package and Push Images / generate-licences (push) Blocked by required conditions
Build, Package and Push Images / preprocess (push) Successful in 3s
Build, Package and Push Images / build (push) Successful in 29s
Build, Package and Push Images / sbom-scan (push) Successful in 31s
Build, Package and Push Images / sonarqube (push) Has been cancelled
Build, Package and Push Images / container-build (push) Has been cancelled

Reviewed-on: #116
This commit is contained in:
rainote 2024-02-01 09:27:07 +00:00
commit f96405c347

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