You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since moving to v0.9 (and upload-artifactv4) I have problem with following error Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Seems there was some breaking changes here actions/upload-artifact#480
Since moving to v0.9 (and upload-artifactv4) I have problem with following error
Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Seems there was some breaking changes here actions/upload-artifact#480
This is how I run action
tried to add
artifact_name: zap-report-${{ github.run_id }}-${{ github.run_attempt }}
but did not help. Any idea how to fix that?
The text was updated successfully, but these errors were encountered: