From 213a60f38424c7d7d360b1455ca018c743398736 Mon Sep 17 00:00:00 2001 From: Clonkk Date: Mon, 16 Sep 2024 13:44:06 +0200 Subject: [PATCH] fix depcreation gh actions versions --- .github/workflows/docdeploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docdeploy.yml b/.github/workflows/docdeploy.yml index afdf7d7..a9fe5f1 100644 --- a/.github/workflows/docdeploy.yml +++ b/.github/workflows/docdeploy.yml @@ -8,6 +8,7 @@ permissions: id-token: write pages: write + jobs: # Build job build: @@ -30,13 +31,11 @@ jobs: run: nimble gendoc -y - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: 'docs/' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} + uses: actions/deploy-pages@v4