Skip to content

Commit b27b0c8

Browse files
committedJul 19, 2024
update codecov action to @v4; try to use org secret token
1 parent eefcb8a commit b27b0c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
env:
4747
JULIA_NUM_THREADS: '2'
4848
- uses: julia-actions/julia-processcoverage@v1
49-
- uses: codecov/codecov-action@v3
49+
- uses: codecov/codecov-action@v4
5050
with:
51-
token: 080b3e97-0ae1-4282-b626-bcc1a93d158c
52-
files: lcov.info
51+
token: token: ${{ secrets.CODECOV_TOKEN }}
5352
fail_ci_if_error: false
53+
files: lcov.info
5454
verbose: true

0 commit comments

Comments
 (0)
Failed to load comments.