ci: unsupported
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 27s
Build, Package and Push Images / sbom-scan (push) Successful in 26s
Build, Package and Push Images / sonarqube (push) Has been cancelled
Build, Package and Push Images / container-build (push) Has been cancelled

This commit is contained in:
Timothy Schenk 2024-02-01 10:34:30 +01:00
parent 71aed8ff2d
commit 4002e37aa5
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ jobs:
run: | run: |
mv artifacts/${{ env.ARTIFACT }} artifacts/wiki.zip mv artifacts/${{ env.ARTIFACT }} artifacts/wiki.zip
- name: Upload documentation - name: Upload documentation
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: wiki.zip name: wiki.zip
path: artifacts/wiki.zip path: artifacts/wiki.zip

View file

@ -199,7 +199,7 @@ jobs:
- name: Package licenses - name: Package licenses
run: zip -r licenses.zip licenses run: zip -r licenses.zip licenses
- name: Upload licenses - name: Upload licenses
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: licenses.zip name: licenses.zip
path: licenses.zip path: licenses.zip