From 686ad729648f681c993e88ebd1b4a80fe4e30d45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:47:08 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5fe286..7fee23a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,14 +101,14 @@ jobs: runs-on: macos-15 steps: - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: test_output - run: xcrun xcresulttool merge test_output/**/*.xcresult --output-path test_output/final/final.xcresult - name: Upload merged test results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: MergedTestResults path: test_output/final