Skip to content

Commit b1c3978

Browse files
another @4
1 parent 2b31391 commit b1c3978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/license-scanning-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if [ $LINES_FOUND -gt 1 ]; then echo $LICENSE_REPORT ; exit -1; fi
4040
working-directory: maven
4141
- name: Upload license XML reports
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: license-xml-report
4545
path: './**/${{ env.REPORT_PATH }}'

0 commit comments

Comments
 (0)