Skip to content

Commit bd65f21

Browse files
Merge pull request #526 from SciML/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 3 to 5
2 parents 986259b + 379df93 commit bd65f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: julia-actions/julia-processcoverage@v1
4747
with:
4848
directories: src,lib/DataDrivenDMD/src,lib/DataDrivenSparse/src,lib/DataDrivenSR/src,lib/DataDrivenLux/src
49-
- uses: codecov/codecov-action@v3
49+
- uses: codecov/codecov-action@v5
5050
with:
5151
files: lcov.info
5252
flags: ${{ matrix.group }}

0 commit comments

Comments
 (0)