Starting 2024-06-12 we've seen a number of instances of an error during unit-test CI runs on the master branch: an artifact with this name already exists on the workflow run. It seems to always succeed on re-run, but is affecting most or all commits as of 2024-06-13.
Run actions/upload-artifact@v4
With the provided path, there will be 1 file uploaded
Artifact 'pytest-warnings-json' (ID: 1597981853) deleted
Artifact name is valid!
Root directory input is valid!
Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
with:
name: pytest-warnings-json
path: test_root/log/pytest_warnings*.json
overwrite: true
if-no-files-found: warn
compression-level: 6
Starting 2024-06-12 we've seen a number of instances of an error during unit-test CI runs on the master branch:
an artifact with this name already exists on the workflow run. It seems to always succeed on re-run, but is affecting most or all commits as of 2024-06-13.Notes
Sample instance
The config reported for
upload-artifactin that run: