Skip to content

Commit 587451f

Browse files
authored
Merge pull request #296 from JuliaArrays/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 1 to 4
2 parents 2c4457e + d4b3d90 commit 587451f

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
@@ -41,6 +41,7 @@ jobs:
4141
- uses: julia-actions/julia-buildpkg@v1
4242
- uses: julia-actions/julia-runtest@v1
4343
- uses: julia-actions/julia-processcoverage@v1
44-
- uses: codecov/codecov-action@v1
44+
- uses: codecov/codecov-action@v4
4545
with:
46+
token: ${{ secrets.CODECOV_TOKEN }}
4647
file: lcov.info

0 commit comments

Comments
 (0)