Skip to content

Commit b613a6f

Browse files
Merge pull request #85 from SciML/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents 2fe5899 + a7808d3 commit b613a6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
env:
4646
GROUP: ${{ matrix.group }}
4747
- uses: julia-actions/julia-processcoverage@v1
48-
- uses: codecov/codecov-action@v2
48+
- uses: codecov/codecov-action@v3
4949
with:
5050
files: lcov.info

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
DATADEPS_ALWAYS_ACCEPT: true
2727
run: julia --code-coverage=user --project=docs/ --color=yes docs/make.jl
2828
- uses: julia-actions/julia-processcoverage@v1
29-
- uses: codecov/codecov-action@v2
29+
- uses: codecov/codecov-action@v3
3030
with:
3131
files: lcov.info

0 commit comments

Comments
 (0)