From 438b019a422be26dad62dede8a65acdad60535b7 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Fri, 10 Jul 2026 17:40:32 +0100 Subject: [PATCH] fix: rename drift artifact to wiki-drift-report-autofit Both assistants' reusable wiki-currency workflows run inside the same PyAutoBuild release run once the autofit wiring lands (PyAutoBuild#138); upload-artifact@v4 names are unique per run, so the autolens check's wiki-drift-report would collide with ours. PyAutoBuild's wiki_drift_issue_autofit job downloads this name. Co-Authored-By: Claude Fable 5 --- .github/workflows/wiki-currency.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiki-currency.yml b/.github/workflows/wiki-currency.yml index 02c41cc..f524ce7 100644 --- a/.github/workflows/wiki-currency.yml +++ b/.github/workflows/wiki-currency.yml @@ -141,5 +141,5 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: wiki-drift-report + name: wiki-drift-report-autofit path: drift-report.md