Skip to content

Commit c4087d8

Browse files
Merge pull request #51 from JuliaArrays/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents b62cfcd + 68900dc commit c4087d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2424
run: julia --project=docs/ --code-coverage=user docs/make.jl
2525
- uses: julia-actions/julia-processcoverage@v1
26-
- uses: codecov/codecov-action@v5
26+
- uses: codecov/codecov-action@v6
2727
with:
2828
files: lcov.info

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
exit(0) # Exit immediately, as a success
5151
end
5252
- uses: julia-actions/julia-processcoverage@v1
53-
- uses: codecov/codecov-action@v5
53+
- uses: codecov/codecov-action@v6
5454
with:
5555
files: lcov.info

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
env:
3737
GROUP: ${{ matrix.group }}
3838
- uses: julia-actions/julia-processcoverage@v1
39-
- uses: codecov/codecov-action@v5
39+
- uses: codecov/codecov-action@v6
4040
with:
4141
files: lcov.info

0 commit comments

Comments
 (0)