From f9a76b37712dcd6535281d91d1a8c73bba981dc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:52:44 +0000 Subject: [PATCH] chore(deps): Update gradle and github actions --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 77d8a07..a6703d1 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: - name: "checkout repository" uses: "actions/checkout@v4" - name: "upload to artifact" - uses: "actions/upload-pages-artifact@v2" + uses: "actions/upload-pages-artifact@v3" with: path: "src/" deploy: @@ -28,4 +28,4 @@ jobs: steps: - name: "deploy" id: "deployment" - uses: "actions/deploy-pages@v2" + uses: "actions/deploy-pages@v4"