Commit ffa4a66
Fix safe-outputs artifact 409 conflict by using a dedicated artifact name (#21840)
* Initial plan
* Fix safe-outputs artifact upload 409 conflict by using unique artifact name
The safe_outputs job was uploading the safe-output-items.jsonl manifest to
an artifact named "agent", which is the same name used by the main agent
job. GitHub Actions v4 doesn't allow two jobs to upload to the same artifact
name in a workflow run, causing a 409 Conflict error.
Fix: use a dedicated "safe-output-items" artifact name for the manifest
upload instead of "agent".
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>1 parent 9495c63 commit ffa4a66
File tree
170 files changed
+179
-171
lines changed- .github/workflows
- pkg
- constants
- workflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
170 files changed
+179
-171
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments