From afff2c1302610b06802e0868a660d98dfdb1236d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Sejkora?= Date: Sun, 15 Sep 2024 20:58:46 +0200 Subject: [PATCH] update-docs.yml: update upload artifact action --- .github/workflows/update-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 07157947..194bde29 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -21,7 +21,7 @@ jobs: - name: Generate docs run: docfx/docfx.exe docs/docfx.json - name: Upload docs - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: docs path: docs/_site/ @@ -52,4 +52,4 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} - branch: gh-pages \ No newline at end of file + branch: gh-pages