From b63b3c13fb49e610dbdbed9a5fc072393cca7909 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Fri, 19 Dec 2025 11:41:21 -0500 Subject: [PATCH] Upload full ecosystem report as a GitHub Actions artifact (#22086) --- .github/workflows/ty-ecosystem-analyzer.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ty-ecosystem-analyzer.yaml b/.github/workflows/ty-ecosystem-analyzer.yaml index b231804e87..3e2812f8ed 100644 --- a/.github/workflows/ty-ecosystem-analyzer.yaml +++ b/.github/workflows/ty-ecosystem-analyzer.yaml @@ -129,6 +129,14 @@ jobs: echo >> comment.md echo "**[Full report with detailed diff]($DEPLOYMENT_URL/diff)** ([timing results]($DEPLOYMENT_URL/timing))" >> comment.md + # NOTE: astral-sh-bot uses this artifact to post comments on PRs. + # Make sure to update the bot if you rename the artifact. + - name: "Upload full report" + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + with: + name: full-report + path: dist/ + # NOTE: astral-sh-bot uses this artifact to post comments on PRs. # Make sure to update the bot if you rename the artifact. - name: Upload comment