From 65546587cfe87b25099e3e738b2d50b2aba6c70f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 05:53:12 +0000 Subject: [PATCH] Update GitHub Artifact Actions to v4 --- .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 fa3ffb4..818d8e6 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@v3 + uses: actions/upload-artifact@v4 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@v3 + uses: actions/download-artifact@v4 with: name: documentation path: docs/docs