chore(deps): update actions/upload-artifact action to v4
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 3s
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 29s
Build, Package and Push Images / container-build (push) Successful in 1m50s
Build, Package and Push Images / container-sbom-scan (push) Successful in 32s
Build, Package and Push Images / generate-licences (push) Failing after 58s
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 3s
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 29s
Build, Package and Push Images / container-build (push) Successful in 1m50s
Build, Package and Push Images / container-sbom-scan (push) Successful in 32s
Build, Package and Push Images / generate-licences (push) Failing after 58s
Signed-off-by: noreply@rainote.dev
This commit is contained in:
parent
82e65f9590
commit
4ab1235d04
2 changed files with 3 additions and 3 deletions
|
@ -58,13 +58,13 @@ jobs:
|
|||
run: |
|
||||
mv artifacts/${{ env.ARTIFACT }} artifacts/wiki.zip
|
||||
- name: Upload documentation
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4
|
||||
with:
|
||||
name: wiki.zip
|
||||
path: artifacts/wiki.zip
|
||||
retention-days: 14
|
||||
- name: Upload algolia-indexes
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4
|
||||
with:
|
||||
name: algolia-indexes.zip
|
||||
path: artifacts/${{ env.ALGOLIA_ARTIFACT }}
|
||||
|
|
|
@ -199,7 +199,7 @@ jobs:
|
|||
- name: Package licenses
|
||||
run: zip licenses
|
||||
- name: Upload licenses
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4
|
||||
with:
|
||||
name: licenses.zip
|
||||
path: artifacts/licenses.zip
|
||||
|
|
Loading…
Reference in a new issue