From 682c890916bcc8cc09b647deb879893252bc7f5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:10:38 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .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 6c53e8b..4aeb8e9 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@v4 + uses: actions/upload-artifact@v5 with: name: ${{ steps.test.outputs.platform }} path: DemoApp/MockUserDefaultsDemoLib/test_output diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a407401..9c7150c 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@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.xcode_version }}-${{ steps.test.outputs.platform }} path: test_output