Skip to content

Commit

Permalink
Merge pull request #2 from SciML/dependabot/github_actions/codecov/co…
Browse files Browse the repository at this point in the history
…decov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
SebastianM-C authored Apr 8, 2024
2 parents 34bf4fa + 7cc126a commit 8f3fd8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
with:
depwarn: error
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: lcov.info
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: lcov.info

0 comments on commit 8f3fd8b

Please sign in to comment.