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
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:
parent
057f980c57
commit
dea6193efe
3 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,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@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wiki.zip
|
name: wiki.zip
|
||||||
path: artifacts/wiki.zip
|
path: artifacts/wiki.zip
|
||||||
|
|
|
@ -199,7 +199,7 @@ jobs:
|
||||||
- name: Export licenses
|
- name: Export licenses
|
||||||
run: dotnet-project-licenses -i . -u --projects-filter projects_ignore_licenses.json -m -j -e -f licenses
|
run: dotnet-project-licenses -i . -u --projects-filter projects_ignore_licenses.json -m -j -e -f licenses
|
||||||
- name: Upload licenses
|
- name: Upload licenses
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: licenses
|
name: licenses
|
||||||
path: licenses
|
path: licenses
|
||||||
|
|
|
@ -163,7 +163,7 @@ jobs:
|
||||||
- name: Export licenses
|
- name: Export licenses
|
||||||
run: dotnet-project-licenses -i . -u --projects-filter projects_ignore_licenses.json -m -j -e -f licenses
|
run: dotnet-project-licenses -i . -u --projects-filter projects_ignore_licenses.json -m -j -e -f licenses
|
||||||
- name: Upload licenses
|
- name: Upload licenses
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: licenses
|
name: licenses
|
||||||
path: licenses
|
path: licenses
|
||||||
|
|
Loading…
Reference in a new issue