Skip to content

Commit a2253a1

Browse files
Merge pull request #458 from JuliaArrays/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 251535f + b4d4ab4 commit a2253a1

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@v4
26+
- uses: codecov/codecov-action@v5
2727
with:
2828
file: lcov.info

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
exit(0) # Exit immediately, as a success
6262
end
6363
- uses: julia-actions/julia-processcoverage@v1
64-
- uses: codecov/codecov-action@v4
64+
- uses: codecov/codecov-action@v5
6565
with:
6666
file: lcov.info

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
env:
3636
GROUP: ${{ matrix.group }}
3737
- uses: julia-actions/julia-processcoverage@v1
38-
- uses: codecov/codecov-action@v4
38+
- uses: codecov/codecov-action@v5
3939
with:
4040
file: lcov.info

0 commit comments

Comments
 (0)