Skip to content

Commit b7662fe

Browse files
Merge pull request #197 from JuliaDiff/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 5963b5d + 77d0ddd commit b7662fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
env:
3838
GROUP: ${{ matrix.group }}
3939
- uses: julia-actions/julia-processcoverage@v1
40-
- uses: codecov/codecov-action@v4
40+
- uses: codecov/codecov-action@v5
4141
with:
42-
file: lcov.info
42+
files: lcov.info

.github/workflows/Documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2525
run: julia --project=docs/ --code-coverage=user docs/make.jl
2626
- uses: julia-actions/julia-processcoverage@v1
27-
- uses: codecov/codecov-action@v4
27+
- uses: codecov/codecov-action@v5
2828
with:
29-
file: lcov.info
29+
files: lcov.info

0 commit comments

Comments
 (0)