Skip to content

Commit b65449b

Browse files
Merge pull request #24 from codecov/update-to-v4
chore(ci): upgrade to v4
2 parents 8f001e0 + 1177e09 commit b65449b

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-beta
34+
uses: codecov/codecov-action@v4
3535
env:
3636
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
3737
- name: Test coverage vaulue

0 commit comments

Comments
 (0)