Skip to content

Commit 47aacb2

Browse files
Merge pull request #164 from SciML/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2 parents 259bca4 + 0ad99e6 commit 47aacb2

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
GROUP: ${{ matrix.group }}
3838
JULIA_NUM_THREADS: 11
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
@@ -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@v1
27+
- uses: codecov/codecov-action@v3
2828
with:
2929
file: lcov.info

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
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@v1
53+
- uses: codecov/codecov-action@v3
5454
with:
5555
file: lcov.info

0 commit comments

Comments
 (0)