Skip to content

Commit 85feeaa

Browse files
committed
chore: fix artifacts uploading from matrix jobs by giving a unique name to an artifact
The error was: Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run See also: actions/upload-artifact#480 (comment) Part of #13
1 parent 1b6328a commit 85feeaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ jobs:
104104
if: failure()
105105
uses: actions/[email protected] # https://github.com/actions/upload-artifact
106106
with:
107-
name: report-and-logs
107+
name: ${{ matrix.docker-service-name }}-report-and-logs
108108
path: hurl-reports/

0 commit comments

Comments
 (0)