Skip to content

Commit

Permalink
chore: fix artifacts uploading from matrix jobs by giving a unique na…
Browse files Browse the repository at this point in the history
…me 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
  • Loading branch information
php-coder committed Mar 26, 2024
1 parent 1b6328a commit 85feeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4.3.1 # https://github.com/actions/upload-artifact
with:
name: report-and-logs
name: ${{ matrix.docker-service-name }}-report-and-logs
path: hurl-reports/

0 comments on commit 85feeaa

Please sign in to comment.