Skip to content

Commit fc9c023

Browse files
Merge pull request #3 from sotashimozono/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 89335bf + bcccd46 commit fc9c023

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
@@ -29,7 +29,7 @@ jobs:
2929
- uses: julia-actions/julia-runtest@v1
3030
# ▼ ここがJulia用のCodecov連携部分です ▼
3131
- uses: julia-actions/julia-processcoverage@v1
32-
- uses: codecov/codecov-action@v4
32+
- uses: codecov/codecov-action@v5
3333
with:
3434
file: lcov.info
3535
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)