Skip to content

Commit

Permalink
CI: update to codecov/codecov-action@v4 (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Feb 13, 2024
1 parent a77cde7 commit 19dee66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
uses: julia-actions/julia-processcoverage@v1
- name: "Upload coverage data to Codecov"
continue-on-error: true
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

docs:
name: Documentation
Expand Down

0 comments on commit 19dee66

Please sign in to comment.