Skip to content

Commit

Permalink
Fix error with github upload-artifact action
Browse files Browse the repository at this point in the history
`Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run`
  • Loading branch information
jthat committed Mar 5, 2024
1 parent e2084d8 commit d51e82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@main
with:
name: bottles
name: bottles-${{ runner.os }}
path: '*.bottle.*'

0 comments on commit d51e82d

Please sign in to comment.