From 927f724dd0b1f0b0a575dc8890027202a435262a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 00:08:01 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .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..7a913be 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@v5 with: name: index-modified-html path: index.html