Skip to content

Commit 337741b

Browse files
authored
Merge pull request #103 from JuliaIO/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 354811c + 35897b1 commit 337741b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: julia-actions/julia-buildpkg@v1
4949
- uses: julia-actions/julia-runtest@v1
5050
- uses: julia-actions/julia-processcoverage@v1
51-
- uses: codecov/codecov-action@v5
51+
- uses: codecov/codecov-action@v6
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454
files: lcov.info

0 commit comments

Comments
 (0)