From 2247c4e0ca02107ae4dfcf3a1e3ece58d08aa567 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:44:04 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/demo.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index c69dc12..fa3ad40 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -46,7 +46,7 @@ jobs: -resultBundlePath "test_output/$platform.xcresult" \ test | xcpretty - name: Upload test result - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ steps.test.outputs.platform }} path: DemoApp/MockUserDefaultsDemoLib/test_output diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba5abdb..2909d8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: test | xcpretty - name: Upload test result if: ${{ matrix.xcode_version == needs.generate-matrix.outputs.latest-xcode-version }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.xcode_version }}-${{ steps.test.outputs.platform }} path: test_output