Skip to content

Commit babcb94

Browse files
Merge pull request #170 from SciML/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2 parents f84fd29 + 58d8540 commit babcb94

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
@@ -37,6 +37,6 @@ jobs:
3737
env:
3838
GROUP: ${{ matrix.group }}
3939
- uses: julia-actions/julia-processcoverage@v1
40-
- uses: codecov/codecov-action@v1
40+
- uses: codecov/codecov-action@v3
4141
with:
4242
file: lcov.info

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2626
run: julia --project=docs/ --code-coverage=user docs/make.jl
2727
- uses: julia-actions/julia-processcoverage@v1
28-
- uses: codecov/codecov-action@v1
28+
- uses: codecov/codecov-action@v3
2929
with:
3030
file: lcov.info

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
exit(0) # Exit immediately, as a success
4949
end
5050
- uses: julia-actions/julia-processcoverage@v1
51-
- uses: codecov/codecov-action@v1
51+
- uses: codecov/codecov-action@v3
5252
with:
5353
file: lcov.info

0 commit comments

Comments
 (0)