From 4df71ff676d1940fe6b54aef9d2c0de297704306 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:08:00 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 73e7f7f..2dd5459 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -172,7 +172,7 @@ jobs: - name: Upload ASAN logs (Windows) if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: windows-asan-logs path: |