Skip to content

Commit a48fa00

Browse files
authored
CI: Upgrade the codecov action to v4 (#506)
1 parent 97e9dcd commit a48fa00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
COMPATHELPER_RUN_INTEGRATION_TESTS: "false"
4646
- uses: julia-actions/julia-processcoverage@v1
47-
- uses: codecov/codecov-action@v3
47+
- uses: codecov/codecov-action@v4
4848
with:
4949
file: lcov.info
5050
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)