Skip to content

Commit 7ce7d3b

Browse files
Merge pull request #2448 from SciML/dependabot/github_actions/codecov/codecov-action-4
build(deps): bump codecov/codecov-action from 3 to 4
2 parents b47e44f + 9006736 commit 7ce7d3b

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
@@ -30,6 +30,6 @@ jobs:
3030
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
3131
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ --code-coverage=user docs/make.jl
3232
- uses: julia-actions/julia-processcoverage@v1
33-
- uses: codecov/codecov-action@v3
33+
- uses: codecov/codecov-action@v4
3434
with:
3535
file: lcov.info

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
exit(0) # Exit immediately, as a success
6969
end
7070
- uses: julia-actions/julia-processcoverage@v1
71-
- uses: codecov/codecov-action@v3
71+
- uses: codecov/codecov-action@v4
7272
with:
7373
file: lcov.info

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
env:
5050
GROUP: ${{ matrix.group }}
5151
- uses: julia-actions/julia-processcoverage@v1
52-
- uses: codecov/codecov-action@v3
52+
- uses: codecov/codecov-action@v4
5353
with:
5454
file: lcov.info

0 commit comments

Comments
 (0)