From 68b7c5e427fc0928eab8b66f98526ae0ad17e80c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:17:38 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .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..cb1d948 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: -resultBundlePath 'test_output/TestResult.xcresult' \ clean test | xcpretty - name: Upload test result - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: ${{ matrix.xcode == needs.extract-matrix.outputs.latest && (success() || failure()) }} with: name: ${{ steps.create-destination-key.outputs.destination-key }}