chore(deps): update actions/upload-artifact action to v4
Signed-off-by: noreply@rainote.dev
This commit is contained in:
parent
2a2f484818
commit
fbeb431656
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,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
|
||||
|
|
Loading…
Reference in a new issue