Skip to content

Commit 8cea69f

Browse files
Merge pull request #19 from sotashimozono/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents b79edec + abdfa83 commit 8cea69f

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
@@ -28,7 +28,7 @@ jobs:
2828
- uses: julia-actions/julia-buildpkg@v1
2929
- uses: julia-actions/julia-runtest@v1
3030
- uses: julia-actions/julia-processcoverage@v1
31-
- uses: codecov/codecov-action@v5
31+
- uses: codecov/codecov-action@v6
3232
with:
3333
file: lcov.info
3434
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)