Skip to content

Commit ca8f817

Browse files
Merge pull request #144 from SciML/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 44d9e7a + a7ed0c9 commit ca8f817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
GKSwstype: "100" # no output on headless systems
2525
run: julia --project=docs/ --code-coverage=user docs/make.jl
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)