Skip to content

Commit 1a1c46d

Browse files
Merge pull request #41 from JuliaArrays/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 4132c5f + ad0e1a8 commit 1a1c46d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/Documentation.yml

Lines changed: 2 additions & 2 deletions
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:
28-
file: lcov.info
28+
files: lcov.info

.github/workflows/Downstream.yml

Lines changed: 2 additions & 2 deletions
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@v4
53+
- uses: codecov/codecov-action@v5
5454
with:
55-
file: lcov.info
55+
files: lcov.info

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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@v4
39+
- uses: codecov/codecov-action@v5
4040
with:
41-
file: lcov.info
41+
files: lcov.info

0 commit comments

Comments
 (0)