Skip to content

Commit 8f3fd8b

Browse files
authored
Merge pull request #2 from SciML/dependabot/github_actions/codecov/codecov-action-4
build(deps): bump codecov/codecov-action from 3 to 4
2 parents 34bf4fa + 7cc126a commit 8f3fd8b

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
@@ -31,6 +31,6 @@ jobs:
3131
with:
3232
depwarn: error
3333
- uses: julia-actions/julia-processcoverage@v1
34-
- uses: codecov/codecov-action@v3
34+
- uses: codecov/codecov-action@v4
3535
with:
3636
files: lcov.info

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- uses: julia-actions/julia-processcoverage@v1
2424
with:
2525
directories: src
26-
- uses: codecov/codecov-action@v3
26+
- uses: codecov/codecov-action@v4
2727
with:
2828
files: lcov.info

0 commit comments

Comments
 (0)