chore(deps): update actions/upload-artifact action to v4
Some checks failed
PR Workflow / preprocess (pull_request) Successful in 3s
PR Workflow / build (pull_request) Successful in 33s
PR Workflow / sbom-scan (pull_request) Successful in 39s
PR Workflow / container-build (pull_request) Failing after 1m21s
PR Workflow / container-sbom-scan (pull_request) Has been skipped
PR Workflow / generate-licences (pull_request) Failing after 1m3s

Signed-off-by: noreply@rainote.dev
This commit is contained in:
renovate-bot 2024-03-15 10:01:23 +00:00
parent 057f980c57
commit dea6193efe
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -199,7 +199,7 @@ jobs:
- name: Export licenses
run: dotnet-project-licenses -i . -u --projects-filter projects_ignore_licenses.json -m -j -e -f licenses
- name: Upload licenses
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: licenses
path: licenses

View file

@ -163,7 +163,7 @@ jobs:
- name: Export licenses
run: dotnet-project-licenses -i . -u --projects-filter projects_ignore_licenses.json -m -j -e -f licenses
- name: Upload licenses
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: licenses
path: licenses