Skip to content

Commit 88f078d

Browse files
committed
Fix license check artifact upload error
When re-starting the license check jobs, it may result into the following failure: ``` Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run ```
1 parent 88a88e1 commit 88f078d

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'
134+
name: tools.wildwebdeveloper-license-vetting-summary-${{ github.run_id }}
135135
path: |
136136
target/dash/npm-review-summary
137137
target/dash/summary

0 commit comments

Comments
 (0)