From f0cea09888f7f64e6f177db865ba2d214231de02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:42:34 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .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 cf542a5..63a5f62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Run tests - ${{ matrix.name }} run: xcodebuild test -scheme "flex-ui" -destination "${{ matrix.destination }}" -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" clean || exit 1 - name: Upload test results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.name }} path: test_output \ No newline at end of file