Skip to content

Commit 7dba109

Browse files
authored
Merge pull request #43 from JuliaAstro/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 1 to 4
2 parents badb47a + ae30b47 commit 7dba109

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
@@ -34,8 +34,9 @@ jobs:
3434
- uses: julia-actions/julia-buildpkg@v1
3535
- uses: julia-actions/julia-runtest@v1
3636
- uses: julia-actions/julia-processcoverage@v1
37-
- uses: codecov/codecov-action@v1
37+
- uses: codecov/codecov-action@v4
3838
with:
39+
token: ${{ secrets.CODECOV_TOKEN }}
3940
file: lcov.info
4041
docs:
4142
name: Documentation

0 commit comments

Comments
 (0)