diff --git a/.github/workflows/PublishDoc.yaml b/.github/workflows/PublishDoc.yaml index 0e6deb59c..0a7f4e41e 100644 --- a/.github/workflows/PublishDoc.yaml +++ b/.github/workflows/PublishDoc.yaml @@ -57,7 +57,7 @@ jobs: # Upload all the artifacts - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 # Deployment job deploy: diff --git a/CMakeLists.txt b/CMakeLists.txt index e380e4c4e..a9faa7801 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.18.4) include(config/petscCompilers.cmake) # Set the project details -project(ablateLibrary VERSION 0.13.00) +project(ablateLibrary VERSION 0.13.01) # Load the Required 3rd Party Libaries pkg_check_modules(PETSc REQUIRED IMPORTED_TARGET GLOBAL PETSc)