Skip to content

Commit

Permalink
update codecov action to @v4; try to use org secret token
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jul 19, 2024
1 parent eefcb8a commit b27b0c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
env:
JULIA_NUM_THREADS: '2'
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: 080b3e97-0ae1-4282-b626-bcc1a93d158c
files: lcov.info
token: token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
files: lcov.info
verbose: true

0 comments on commit b27b0c8

Please sign in to comment.