Skip to content

Commit 942e814

Browse files
authored
CI: Upgrade to codecov-action@v5, and use an org-wide CODECOV_TOKEN (#247)
1 parent f012820 commit 942e814

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
# subscriptions@julialang
5050
# Tell them that the +alias is +githubtestbot
5151
- uses: julia-actions/julia-processcoverage@v1
52-
- uses: codecov/codecov-action@v1
52+
- uses: codecov/codecov-action@v5
5353
with:
54-
file: lcov.info
54+
files: lcov.info
55+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)