Skip to content

Commit 2cb1548

Browse files
committed
update codecov action explicitly using Token
1 parent b32a58d commit 2cb1548

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,8 +47,9 @@ jobs:
4747
env:
4848
GROUP: ${{ matrix.group }}
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
5354
docs:
5455
name: Documentation

0 commit comments

Comments
 (0)