Skip to content

Commit eb682de

Browse files
Merge pull request #13 from SUTD-MDQS/dependabot/github_actions/codecov/codecov-action-7
build(deps): bump codecov/codecov-action from 6 to 7
2 parents afb58e4 + c3785c3 commit eb682de

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
@@ -38,7 +38,7 @@ jobs:
3838
- uses: julia-actions/julia-buildpkg@v1
3939
- uses: julia-actions/julia-runtest@v1
4040
- uses: julia-actions/julia-processcoverage@v1
41-
- uses: codecov/codecov-action@v6
41+
- uses: codecov/codecov-action@v7
4242
with:
4343
files: lcov.info
4444
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)