Skip to content

Commit

Permalink
update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vladotomov committed Dec 19, 2024
1 parent 3f49ec7 commit 5297ef1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Install will only run on cache miss.
- name: cache hypre
id: hypre-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.HYPRE_TOP_DIR }}
key: ${{ runner.os }}-build-${{ env.HYPRE_TOP_DIR }}-v2
Expand All @@ -51,7 +51,7 @@ jobs:
# Install will only run on cache miss.
- name: cache metis
id: metis-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.METIS_TOP_DIR }}
key: ${{ runner.os }}-build-${{ env.METIS_TOP_DIR }}-v2
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
# Install will only run on cache miss.
- name: cache mfem
id: mfem-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.MFEM_TOP_DIR }}
key: ${{ runner.os }}-build-${{ env.MFEM_TOP_DIR }}-${{ env.MFEM_COMMIT }}-v3
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Archive test results patch
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: baseline-patch
path: remhos/baseline.patch

0 comments on commit 5297ef1

Please sign in to comment.