From 2d860291839ff2a74fe5add213237f5a18f651cd Mon Sep 17 00:00:00 2001 From: klbudzin Date: Fri, 28 Feb 2025 09:39:14 -0500 Subject: [PATCH 1/3] Update PublishDoc.yaml actions/upload-pages-artifact@v1 is no longer just deprecated so trying to switch the most reason version --- .github/workflows/PublishDoc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PublishDoc.yaml b/.github/workflows/PublishDoc.yaml index 0e6deb59c..f31ea1633 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@v4 # Deployment job deploy: From 6c528a72695d2f63598455575c9a78cfce596ed9 Mon Sep 17 00:00:00 2001 From: klbudzin Date: Fri, 28 Feb 2025 10:19:55 -0500 Subject: [PATCH 2/3] Update PublishDoc.yaml I think they made a typo with V4 being the most recent --- .github/workflows/PublishDoc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PublishDoc.yaml b/.github/workflows/PublishDoc.yaml index f31ea1633..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@v4 + uses: actions/upload-pages-artifact@v3 # Deployment job deploy: From 5f7bd188a8f20cc28e26eede56d1417ce1861c71 Mon Sep 17 00:00:00 2001 From: klbudzin Date: Fri, 28 Feb 2025 10:50:05 -0500 Subject: [PATCH 3/3] Version Update --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)