From f500e8c9c209af6f5b8806f68753460f76986ca8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:54:20 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/format_fans.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format_fans.yml b/.github/workflows/format_fans.yml index e0adc9a..1704abd 100644 --- a/.github/workflows/format_fans.yml +++ b/.github/workflows/format_fans.yml @@ -46,7 +46,7 @@ jobs: # Upload the modified file if the validation fails - name: Upload modified files if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: index-modified-html path: index.html