Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit df85c3f

Browse files
Merge pull request #54 from SciML/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2 parents 0628293 + f50f2ab commit df85c3f

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
@@ -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/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
exit(0) # Exit immediately, as a success
5555
end
5656
- uses: julia-actions/julia-processcoverage@v1
57-
- uses: codecov/codecov-action@v1
57+
- uses: codecov/codecov-action@v3
5858
with:
5959
file: lcov.info

0 commit comments

Comments
 (0)