Skip to content

Commit

Permalink
chore(ci): upgrade to codecov v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Sep 14, 2023
1 parent 020ec2c commit 7004473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Julia 1.8.0
uses: julia-actions/setup-julia@v1
with:
version: "1.8.0"
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4

0 comments on commit 7004473

Please sign in to comment.