From cea6f679e585a1627f035172fff3fb5382118829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 05:18:00 +0000 Subject: [PATCH] Bump sersoft-gmbh/swift-coverage-action from 3 to 4 Bumps [sersoft-gmbh/swift-coverage-action](https://github.com/sersoft-gmbh/swift-coverage-action) from 3 to 4. - [Release notes](https://github.com/sersoft-gmbh/swift-coverage-action/releases) - [Commits](https://github.com/sersoft-gmbh/swift-coverage-action/compare/v3...v4) --- updated-dependencies: - dependency-name: sersoft-gmbh/swift-coverage-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/swift-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift-test.yml b/.github/workflows/swift-test.yml index adc39ff..f234621 100644 --- a/.github/workflows/swift-test.yml +++ b/.github/workflows/swift-test.yml @@ -51,7 +51,7 @@ jobs: - name: Build & Test run: swift test -v --parallel --enable-code-coverage - name: Generate Coverage Files - uses: sersoft-gmbh/swift-coverage-action@v3 + uses: sersoft-gmbh/swift-coverage-action@v4 id: coverage-files - uses: codecov/codecov-action@v3 with: @@ -126,7 +126,7 @@ jobs: parallel-testing-enabled: ${{ matrix.platform != 'watchOS' }} enable-code-coverage: true derived-data-path: .derived-data - - uses: sersoft-gmbh/swift-coverage-action@v3 + - uses: sersoft-gmbh/swift-coverage-action@v4 id: coverage-files with: search-paths: |