Skip to content

Commit 23f184b

Browse files
committed
Update workflow actions
feature/update-dependencies
1 parent 6167652 commit 23f184b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: swift test --enable-code-coverage
3636
- name: Swift Coverage Report
3737
run: xcrun llvm-cov export -format="lcov" .build/debug/CoreDataRepositoryPackageTests.xctest/Contents/MacOS/CoreDataRepositoryPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
38-
- uses: codecov/codecov-action@v3
38+
- uses: codecov/codecov-action@v4
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)