From aa0377f925185eca73f556fa994e72e6f5190271 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 08:59:42 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index e01f45d1..c52876d0 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -80,7 +80,7 @@ jobs: ) 2>&1 | tee full-build.log - name: Upload full build log if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: full-build-log path: full-build.log