Skip to content

Commit 92adcd8

Browse files
Bump codecov/codecov-action from 3 to 4 (#169)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nathan Zimmerberg <[email protected]>
1 parent 570e2a4 commit 92adcd8

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
@@ -36,8 +36,9 @@ jobs:
3636
- uses: julia-actions/julia-buildpkg@v1
3737
- uses: julia-actions/julia-runtest@v1
3838
- uses: julia-actions/julia-processcoverage@v1
39-
- uses: codecov/codecov-action@v3
39+
- uses: codecov/codecov-action@v4
4040
with:
41+
token: ${{ secrets.CODECOV_TOKEN }}
4142
files: lcov.info
4243
docs:
4344
name: Documentation

0 commit comments

Comments
 (0)