Skip to content

Commit 420fcec

Browse files
Merge pull request #144 from SciML/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 6cc1c9e + b8f651a commit 420fcec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: julia-actions/julia-buildpkg@v1
4040
- uses: julia-actions/julia-runtest@v1
4141
- uses: julia-actions/julia-processcoverage@v1
42-
- uses: codecov/codecov-action@v5
42+
- uses: codecov/codecov-action@v6
4343
with:
4444
files: lcov.info
4545
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)