Skip to content

Commit 207d0ab

Browse files
committed
Resolving "Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run" error
1 parent 5a26615 commit 207d0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ jobs:
141141
- name: Upload logs as artifacts
142142
uses: actions/upload-artifact@v4
143143
with:
144-
name: mautic-logs
144+
name: mautic-logs-${{ github.run_id }}
145145
path: var/logs/

0 commit comments

Comments
 (0)