Skip to content

Commit 7e3b978

Browse files
authored
Merge pull request #151 from JuliaGeodynamics/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 6a7fb8c + f3f02b4 commit 7e3b978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: julia-actions/julia-buildpkg@latest
6363
- uses: julia-actions/julia-runtest@latest
6464
- uses: julia-actions/julia-processcoverage@v1
65-
- uses: codecov/codecov-action@v4
65+
- uses: codecov/codecov-action@v5
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}
6868
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails

0 commit comments

Comments
 (0)