-
Notifications
You must be signed in to change notification settings - Fork 689
Closed
Description
kotest/.github/workflows/run-gradle.yml
Lines 50 to 55 in e306738
- name: Upload the build report | |
if: failure() | |
uses: actions/upload-artifact@v4 | |
with: | |
name: error-report | |
path: build-reports.zip |
Run actions/upload-artifact@v4
With the provided path, there will be 1 file uploaded
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
https://github.com/kotest/kotest/actions/runs/9482603753/job/26128051504
Try adding workflow name, OS name, run ID ${{github.run_id}}
.
Kantis
Metadata
Metadata
Assignees
Labels
No labels