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