diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01c05f24..bbf6ffbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: destination: ['platform=iOS\ Simulator,name=iPhone\ 14\ Pro\ Max', 'platform=watchOS\ Simulator,name=Apple\ Watch\ Series\ 5\ \(40mm\)'] action: ['test'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use multiple cores run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1 - name: Build-Test @@ -32,7 +32,7 @@ jobs: env: DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }} - name: Prepare codecov - uses: sersoft-gmbh/swift-coverage-action@v3 + uses: sersoft-gmbh/swift-coverage-action@v4 id: coverage-files with: format: lcov