diff --git a/.github/workflows/ci_extra.yml b/.github/workflows/ci_extra.yml index 02879ef..6619ea1 100644 --- a/.github/workflows/ci_extra.yml +++ b/.github/workflows/ci_extra.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v5 - name: Cache petsc id: cache-petsc - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{env.JULIA_PETSC_LIBRARY}} key: ${{ runner.os }}-build-${{ env.JULIA_PETSC_LIBRARY }}-