Skip to content

Commit fbc1b02

Browse files
Merge pull request #27 from JuliaGeo/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 51fcd06 + 091fd39 commit fbc1b02

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
@@ -36,7 +36,7 @@ jobs:
3636
- uses: julia-actions/julia-runtest@latest
3737
continue-on-error: ${{ matrix.version == 'nightly' }}
3838
- uses: julia-actions/julia-processcoverage@v1
39-
- uses: codecov/codecov-action@v4
39+
- uses: codecov/codecov-action@v5
4040
with:
4141
file: lcov.info
4242
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)