From d51e82db0dd2eb2a20057b7ceb547e7a61ee8c00 Mon Sep 17 00:00:00 2001 From: Jason Thatcher Date: Tue, 5 Mar 2024 13:37:00 +1000 Subject: [PATCH] Fix error with github upload-artifact action `Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run` --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3f8fba0..c0071f2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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.*'