Skip to content

Commit a9910d1

Browse files
committed
Update coverage actions to latest
1 parent f3bee5b commit a9910d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
- uses: julia-actions/julia-processcoverage@v1
5757
if: matrix.coverage
5858

59-
- uses: codecov/codecov-action@v1
60-
if: matrix.coverage
59+
- uses: codecov/codecov-action@v5
6160
with:
62-
file: lcov.info
61+
files: lcov.info
62+
token: ${{ secrets.CODECOV_TOKEN }}
6363

64-
- uses: coverallsapp/github-action@master
64+
- uses: coverallsapp/github-action@v2
6565
if: matrix.coverage
6666
with:
6767
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)