Skip to content

Commit

Permalink
Revert "Upgrade github actions"
Browse files Browse the repository at this point in the history
This reverts commit d8d44a5.
  • Loading branch information
lassepe committed Dec 6, 2023
1 parent fd6b138 commit 629ed10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
name: julia ${{ matrix.julia_version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@latest
- uses: julia-actions/setup-julia@latest
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia_version }}
- uses: julia-actions/cache@latest
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@latest
- uses: codecov/codecov-action@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./lcov.info
Expand Down

0 comments on commit 629ed10

Please sign in to comment.