From 01f12f0e09f7c62898c7d989b7b54cd7f8b26d65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 00:05:28 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .github/workflows/spellcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index edf1da8..d276815 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -23,7 +23,7 @@ jobs: config_path: .github/config/.spellcheck.yaml output_file: spellcheck-output.txt - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 name: Archive spellcheck output with: name: Spellcheck artifact