Skip to content

Commit

Permalink
update codecov-action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley committed Nov 18, 2024
1 parent c876543 commit d09b02f
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 @@ -22,9 +22,9 @@ jobs:
# - '~1.11.0-0'
- 'nightly'
os:
- ubuntu-latest
# - ubuntu-latest
- macOS-latest
- windows-latest
# - windows-latest
arch:
- x64
- aarch64
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: julia-actions/julia-runtest@latest
# continue-on-error: ${{ matrix.version == 'nightly' }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

0 comments on commit d09b02f

Please sign in to comment.