Skip to content

Commit af04606

Browse files
authored
Merge pull request #37 from JuliaRandom/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 1 to 5
2 parents be8c8c2 + c916be4 commit af04606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- uses: julia-actions/julia-buildpkg@v1
4848
- uses: julia-actions/julia-runtest@v1
4949
- uses: julia-actions/julia-processcoverage@v1
50-
- uses: codecov/codecov-action@v1
50+
- uses: codecov/codecov-action@v5
5151
with:
52+
token: ${{ secrets.CODECOV_TOKEN }}
5253
file: lcov.info

0 commit comments

Comments
 (0)