Skip to content

Commit 42200cf

Browse files
authored
Merge pull request #4 from ferrolho/dependabot/github_actions/codecov/codecov-action-6
build(deps): bump codecov/codecov-action from 5 to 6
2 parents f92af23 + b0f2ca2 commit 42200cf

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
@@ -24,7 +24,7 @@ jobs:
2424
- uses: julia-actions/cache@v3
2525
- uses: julia-actions/julia-runtest@v1
2626
- uses: julia-actions/julia-processcoverage@v1
27-
- uses: codecov/codecov-action@v5
27+
- uses: codecov/codecov-action@v6
2828
with:
2929
files: lcov.info
3030
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)