From c55a88f9839cce08e641c93d36e3abe8a0328888 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:33:12 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7aec3508..0131cb87 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: run: make ${{ matrix.build.action }} - name: Upload test log file on error - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: Test Logs - ${{ matrix.build.name }}