Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/julia-actions/se…
Browse files Browse the repository at this point in the history
…tup-julia-2
  • Loading branch information
meggart authored Nov 25, 2024
2 parents 449382a + 6fea0bc commit 5faad61
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 @@ -23,7 +23,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
Expand All @@ -41,6 +41,6 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v5
with:
file: lcov.info

0 comments on commit 5faad61

Please sign in to comment.