From d7ee2065258b70e8658b5c63a9cc054a1f2b8423 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:50:30 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0a58847..3199b63 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -100,7 +100,7 @@ jobs: run: ./gradlew dokkaHtml - name: Upload Documentation as Artifact if: matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: documentation path: docs/docs @@ -126,7 +126,7 @@ jobs: pip install mkdocs-minify-plugin pip install mkdocs-git-revision-date-localized-plugin - name: Download Documentation Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: documentation path: docs/docs