Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abraemer authored May 14, 2024
1 parent 8e6cd49 commit ee7c6db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Julia environment
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v4
with:
version: 1.8.0
version: 1 # current version

- name: Run Julia package tests
uses: julia-actions/julia-runtest@latest
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: julia-actions/julia-processcoverage@latest

- name: Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
file: lcov.info
flags: unittests
Expand Down

0 comments on commit ee7c6db

Please sign in to comment.