From 9b24c093f68c96d80c0e1e0cd49a57d7e8cc8e1b Mon Sep 17 00:00:00 2001 From: pantor Date: Wed, 25 Mar 2026 08:10:49 +0100 Subject: [PATCH] update CI actions version --- .github/workflows/ci.yml | 2 +- .github/workflows/documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 450e9e9..f5e6c32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: working-directory: single_include run: diff inja/inja.hpp inja/inja_old.hpp >/dev/null - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: single_include_inja path: single_include/inja/inja.hpp diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 767015c..f700c2f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -30,7 +30,7 @@ jobs: run: doxygen - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: 'doc/html'