Skip to content

Commit 6a93387

Browse files
Fix "Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run"
1 parent c8c7726 commit 6a93387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ jobs:
122122
if: always()
123123
uses: actions/upload-artifact@v4
124124
with:
125-
name: phpunit-logs-php${{ matrix.php }}
125+
name: phpunit-logs-php${{ matrix.php }}-symfony{{ matrix.symfony-version }}
126126
path: build/logs/phpunit
127127
continue-on-error: true

0 commit comments

Comments
 (0)