From e632ed904605868262cdc475e09836d6a24af2cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:17:29 +0000 Subject: [PATCH] Update actions/download-artifact action to v8 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 20491f1..22101e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -88,7 +88,7 @@ jobs: needs: test-macos runs-on: macOS-15 steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: path: test_output - name: Merge xcresult files