Skip to content

Commit 87d07e0

Browse files
Merge pull request #25 from codecov/update-to-v5
chore(ci): upgrade to v5
2 parents b65449b + fc995e2 commit 87d07e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_macos-10.15.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cd ../../../../
3232
xcrun llvm-cov export -format="lcov" -instr-profile $pathCoverage Build/Build/Products/Debug-iphonesimulator/standard-swift.app/standard-swift > info.lcov
3333
- name: Upload to Codecov
34-
uses: codecov/codecov-action@v4
34+
uses: codecov/codecov-action@v5
3535
env:
3636
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
3737
- name: Test coverage vaulue

0 commit comments

Comments
 (0)