-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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
- name: zap-api-scan
uses: zaproxy/action-api-scan@77dfa9a647bb0f583e39d4df8531634d6ddd8df4 # 0.9.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
format: openapi
target: ./api-oas.json
cmd_options: '-a'
fail_action: false
allow_issue_writing: false
tried to add
artifact_name: zap-report-${{ github.run_id }}-${{ github.run_attempt }}
but did not help. Any idea how to fix that?
Metadata
Metadata
Assignees
Labels
No labels