Skip to content

Commit 9667f78

Browse files
Update actions/upload-artifact action to v7
1 parent c2d0378 commit 9667f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
if [ $LINES_FOUND -gt 1 ]; then echo $LICENSE_REPORT ; exit -1; fi
4444
working-directory: setup
4545
- name: Upload license reports
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: license-reports
4949
path: '**/dependencies.html'
5050
- name: Upload license XML reports
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: license-xml-report
5454
path: '**/${{ env.REPORT_PATH }}'

0 commit comments

Comments
 (0)