Skip to content

Commit

Permalink
update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Dec 6, 2022
1 parent 883b1c7 commit 4f25d1a
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 @@ -42,7 +42,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -61,7 +61,7 @@ jobs:
flag-name: run-${{ matrix.version }}-${{ matrix.os }}-${{ matrix.arch }}
parallel: true
path-to-lcov: ./lcov.info
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: success() || failure() # upload artifacts even if tests have failed
with:
name: test-output-files-${{ matrix.version }}-${{ matrix.os }}-${{ matrix.arch }}
Expand Down

0 comments on commit 4f25d1a

Please sign in to comment.