Skip to content

Commit c5088a8

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 c5088a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,9 @@ jobs:
141141
- name: Upload logs as artifacts
142142
uses: actions/upload-artifact@v4
143143
with:
144-
name: mautic-logs
144+
name: mautic-logs-${{ matrix.php-versions }}-${{ github.run_id }}
145145
path: var/logs/
146+
if-no-files-found: warn
147+
compression-level: 6
148+
overwrite: false
149+
include-hidden-files: false

0 commit comments

Comments
 (0)