From 6b191cf20445152e2951d6f6b3707fecd47cce3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:07:12 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .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 cc68ec7..66368e8 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@v3 + uses: actions/upload-artifact@v4 with: name: ${{ steps.test.outputs.platform }} path: DemoApp/MockUserDefaultsDemoLib/test_output diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2827b10..65b1854 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@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.xcode_version }}-${{ steps.test.outputs.platform }} path: test_output