Skip to content

Commit 782a503

Browse files
Merge pull request #349 from SciML/dependabot/github_actions/codecov/codecov-action-4
build(deps): bump codecov/codecov-action from 3 to 4
2 parents 2d6685e + ec011fb commit 782a503

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
- uses: julia-actions/julia-processcoverage@v1
4343
with:
4444
directories: src,ext
45-
- uses: codecov/codecov-action@v3
45+
- uses: codecov/codecov-action@v4
4646
with:
4747
file: lcov.info

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
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@v3
27+
- uses: codecov/codecov-action@v4
2828
with:
2929
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@v3
64+
- uses: codecov/codecov-action@v4
6565
with:
6666
file: lcov.info

0 commit comments

Comments
 (0)