Skip to content

Commit

Permalink
Update GitHub actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hansec committed Feb 7, 2024
1 parent 7664f90 commit 75c099f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
}

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

- name: Install prerequisites
run: ${{ matrix.config.pip }} install pytest numpy scipy h5py triangle

- name: Cache external libraries
id: cache-ext-libs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: libs
key: ${{ runner.os }}-build-${{ hashFiles('src/utilities/build_libs.py') }}
Expand All @@ -66,7 +66,7 @@ jobs:
${{ matrix.config.python }} ../src/utilities/build_libs.py --no_dl_progress --nthread=2 --ref_blas
--build_umfpack=1 --build_arpack=1 --oft_build_tests=1
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: Library failure log
Expand Down

0 comments on commit 75c099f

Please sign in to comment.