Skip to content

Commit 7363f3f

Browse files
committed
Use different artifact names for maven and npm license check
1 parent 88f078d commit 7363f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/licensecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- uses: actions/upload-artifact@v4
132132
if: always() && env.request-review
133133
with:
134-
name: tools.wildwebdeveloper-license-vetting-summary-${{ github.run_id }}
134+
name: tools.wildwebdeveloper-npm-license-vetting-summary
135135
path: |
136136
target/dash/npm-review-summary
137137
target/dash/summary

0 commit comments

Comments
 (0)